IF
Translation reference to convert Teradata IF statement to Snowflake Scripting
Description
IF conditional_expression THEN
statement
[ statement ]...
[ ELSEIF conditional_expression THEN
statement
[ statement ]... ]...
[ ELSE
statement
[ statement ]... ]
END IF;Sample Source Patterns
Sample auxiliar table
Possible IF variations
Teradata
Snowflake Scripting
Known Issues
Related EWIs
Last updated
