CASE
Translation reference to convert Teradata CASE statement to Snowflake Scripting
Description
Provides conditional execution of statements based on the evaluation of the specified conditional expression or equality of two operands.
The CASE statement is different from the SQL CASE expression_,_ which returns the result of an expression.
For more information regarding Teradata CASE, check here.
Sample Source Patterns
Sample auxiliar table
IN -> Teradata_01.sql
Simple Case
Teradata
IN -> Teradata_02.sql
Snowflake Scripting
OUT -> Teradata_02.sql
Searched Case
Teradata
IN -> Teradata_03.sql
Snowflake Scripting
OUT -> Teradata_03.sql
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated