Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: # of rows processed

Re: # of rows processed

From: Tina Tran <tinat_at_sonica.com>
Date: 1997/10/03
Message-ID: <01bcd049$4bb64e00$2aaeb6cc@dino>#1/1

try: sql%rowcount

Dan Clamage <clamage_at_mime.dw.lucent.com> wrote in article <01bccce3$248d8c30$54110b87_at_clamagent>...
> There's always SELECT COUNT(*)...
> -djc
>
> M. Thomas Groszko <mgroszko_at_sirus.com> wrote in article
> <01bccbaf$8ff69af0$64646464_at_GROSZKO>...
> > From within PL/SQL is there a way to identify the number of rows
 processed
> > by the last statement as I can do with the sqlca.errcd[2] using
 embedded
> > SQL in my C++ program?
> >
> >
>
Received on Fri Oct 03 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US