IF
Translation reference to convert Transact-SQL IF..ELSE clauses to Snowflake Scripting
Description
IF Boolean_expression
{ sql_statement | statement_block }
[ ELSE
{ sql_statement | statement_block } ] Sample Source Patterns
Transact-SQL
Snowflake Scripting
IF statement outside routines (functions and procedures)
Transact-SQL
Known Issues
Related EWIs
Last updated
