WHILE
Translation reference to convert Transact-SQL While Statement to Snowflake Scripting
Description
WHILE Boolean_expression
{ sql_statement | statement_block | BREAK | CONTINUE }Sample Source Patterns
Basic source pattern code
Transact-SQL
Snowflake Scripting
While with empty body Source Pattern
Transact-SQL
Snowflake Scripting
WHILE statement outside routines (functions and procedures)
Transact-SQL
Known Issues
Related EWIs
Last updated
