Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Newbie PL/SQL Question
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
![]() |
![]() |