Last updated
Last updated
With each iteration of the basic
LOOP
statement, its statements run and control returns to the top of the loop. TheLOOP
statement ends when a statement inside the loop transfers control outside the loop or raises an exception. ()
Oracle BASIC LOOP
behavior can also be modified by using the statements:
GOTO
This case is functionally equivalent.
No issues were found.
No related EWIs.
Translation reference to convert Oracle LOOP statement to Snowflake Scripting