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

Home -> Community -> Usenet -> c.d.o.server -> Newbie PL/SQL Question

Newbie PL/SQL Question

From: Frank Blau <blaus_at_ix.netcom.com>
Date: Sat, 18 Dec 1999 16:35:13 -0800
Message-ID: <83h95a$l5i$1@nntp3.atl.mindspring.net>


In Transact-SQL, I can write a stored procedure to return a selection of records to the client... just by writing a select statement in the SP.

Is it my imagination, or is this a lot more code to write in PL/SQL?

I am looking at the page that talks about how you can only return one row with a select statement, unless you use cursors and step through the selection one row at a time...

am I missing something obvious?

Frank Received on Sat Dec 18 1999 - 18:35:13 CST

Original text of this message

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