Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to exit out of nested loop

user637544Dec 21 2009 — edited Dec 21 2009
I have a nested loop

loop1 begin
...
loop2 begin
...
loop2 end
...
loop1 end

I want to know how can I exit from both loop from the inner loop.
This post has been answered by Twinkle on Dec 21 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2010
Added on Dec 21 2009
2 comments
10,571 views