IF
Description
This statement allows you to make decisions based on certain conditions. (Redshift SQL Language Reference Conditionals: IF).
SnowConvert will add the parenthesis in the conditions and change the keyword ELSIF by ELSEIF since Redshift does not require the parenthesis in the conditions and ELSIF is the keyword.
Grammar Syntax
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Known Issues
There are no known issues.
Related EWIs.
There are no related EWIs.
Last updated