WHILE
Translation reference to convert Oracle WHILE statement to Snowflake Scripting
Description
The
WHILE
LOOP
statement runs one or more statements while a condition isTRUE
. (Oracle PL/SQL Language Reference WHILE Statement)
Oracle WHILE
behavior can also be modified by using the statements:
GOTO
Sample Source Patterns
While simple case
This case is functionally equivalent.
Oracle
IN -> Oracle_01.sql
Snowflake Scripting
OUT -> Oracle_01.sql
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated