Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: what pl/sql construct can return multiple rows?
You don't say what version you're using, but you could look at reference
cursors. Search Oracle docs (tahiti.oracle.com) for "REFCURSOR".
HTH! GL! :)
Rich Jesse System/Database Administrator Rich.Jesse_at_qtiworld.com Quad/Tech International, Sussex, WI USA
-----Original Message-----
Sent: Wednesday, March 20, 2002 4:38 AM
To: Multiple recipients of list ORACLE-L
Oracle9i supports this directly - look for pipelined PL/SQL functions.
Thanks, Bjørn.
On Tuesday 19 March 2002 14:58, Magaliff, Bill wrote:
> Hi,
>
> Is there a way to write a procedure to return multiple rows? I have some
> nasty SQL that I'd like to convert to run server-side, but how do you spit
> out multiple rows from PL/SQL?
>
> thx
>
>
> Bill Magaliff
> Framework, Inc.
> 914-631-2322
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jesse, Rich INET: Rich.Jesse_at_qtiworld.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Mar 20 2002 - 07:53:24 CST