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 -> Newbie Question...

Newbie Question...

From: Ken Dawson <kdawson_at_chat.carleton.ca>
Date: 7 Nov 1998 16:44:07 GMT
Message-ID: <721tcn$cbc$1@bertrand.ccs.carleton.ca>

  Hi,  

    is there a clean way to store the number of rows obtained from     an SQL query into a variable?

  (ex.)

    EXEC SQL SELECT *

	INTO :foo
	FROM BAR
	WHERE <fooCondition>;

    no_rows = <some way to read the number of rows obtained
	from the query>.

  
Received on Sat Nov 07 1998 - 10:44:07 CST

Original text of this message

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