posted 13 years ago
Hey guys,
Here is the for loop:
I would like the loop to end once the IF statement inside of it evaluates to true (or once v_line_tbl(i).orig_sys_line_ref is no longer NULL, same difference).
I know there is a simple way to accomplish this from the tutorials I used to teach myself pl sql, but I have not found it and cannot remember it.
Can anyone point me in the right direction please?
SOLUTION -
EXIT;
:\
I was trying EXIT LOOP; this whole time and could not fogure out why it was not working hahaha
True wisdom is in knowing you know nothing - Socrates