LEAVE
LEAVE label
label
This statement is used to exit any labeled flow control construct. It can be used within BEGIN ... END or loop constructs (LOOP, REPEAT, WHILE).
BEGIN ... END
LOOP
REPEAT
WHILE