WHERE clause
Description
The
WHERE
clause contains conditions that either join tables or apply predicates to columns in tables. (Redshift SQL Language Reference WHERE Clause)
The WHERE clause is fully supported in Snowflake.
Grammar Syntax
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Related EWIs
There are no known issues.
Last updated