LOOP
Translation reference to convert Oracle LOOP statement to Snowflake Scripting
Description
LOOP statement... END LOOP [ label ] ;LOOP
<statement>;
[ <statement>; ... ]
END LOOP [ <label> ] ;Sample Source Patterns
Loop simple case
Oracle
Snowflake Scripting
Known Issues
Related EWIs
Last updated
Was this helpful?