Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: stored procedure
Hi Larry !
If you make a "select... into..." query, the select must return only one
row !
It must be true every times ! (it depends on your application )
If your SQL returns more than one, you have to code a cursor FOR c IN (SELECT ...) LOOP
![]() |
![]() |