try fetch as in:
fetch childcursor into variablelist;
while Found LOOP
--Do stuff;
--Do More Stuff;
--Finish Doing
Stuff;
fetch childcursor into
variablelist; END LOOP;
found is set to false if there is nothing to
fetch
|
Title: iterate over refcursor
- Re: [GENERAL] iterate over refcursor Sim Zacks
- Re: [GENERAL] iterate over refcursor Sim Zacks