Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: a simple PL/SQL question about getting a list of values to output parameters
Paul schreef:
> On Dec 28, 5:47 pm, "sybrandb" <sybra..._at_gmail.com> wrote:
>> However, in that case you are just porting your bad sqlserver habits to
>> Oracle, and also this forum is not the place for a complete PL/SQL >> course.
>> It's all there!!!
Would a refcursor help (that would allow for multple values)?
In that case, your solution would be
"open rc1 for
select field1, field2
from mytable
where field3 like myinput;"
Yet again - it may, or it may not help. State the problem, there might be completely other ways of resolving this
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Thu Dec 28 2006 - 17:55:31 CST
![]() |
![]() |