Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
PL SQL Statements
Using Labels and EXIT Statements with Loops
You can use labels within loops to identify a loop. The Syntax for Using Labels with Loops <
> LOOP (FOR, WHILE, LOOP) <
> LOOP (FOR, WHILE, LOOP) ... END LOOP <
> END LOOP <
>