CONTINUE
Translation reference to convert Oracle CONTINUE statement to Snowflake Scripting
Description
CONTINUE [ label ] [ WHEN boolean_expression ] ;{ CONTINUE | ITERATE } [ <label> ] ;Sample Source Patterns
1. Simple Continue
Oracle
Snowflake Scripting
2. Continue with condition
Oracle
Snowflake Scripting
3. Continue with label and condition
Oracle
Snowflake Scripting
Known Issues
Related EWIs
Last updated
