WHILE
Translation reference to convert Oracle WHILE statement to Snowflake Scripting
Description
WHILE boolean_expression
LOOP statement... END LOOP [ label ] ;WHILE ( <condition> ) { DO | LOOP }
<statement>;
[ <statement>; ... ]
END { WHILE | LOOP } [ <label> ] ;Sample Source Patterns
While simple case
Oracle
Snowflake Scripting
Known Issues
Related EWIs
Last updated
