UNION, INTERSECT, and EXCEPT
Description
The
UNION
,INTERSECT
, andEXCEPT
set operators are used to compare and merge the results of two separate query expressions. (Redshift SQL Language Reference Set Operators)
Set operators are fully supported in Snowflake.
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