Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Strange behaviour in PL/SQL (IF ignored)
Why the same cursor "atreecursor" appears twice( inside then and inside else)?
begin
if aParentID = 0 then
open atreecursor for select * ...
else
open atreecursor for select * from ... open aoffertypecursor for select a.product_id, ...
Michael. Received on Thu Sep 13 2001 - 07:27:39 CDT
![]() |
![]() |