Union
Snowflake and Snowpark. Has there ever been a more perfect union?
Description
Syntax
subquery1 { { UNION [ ALL | DISTINCT ] |
INTERSECT [ ALL | DISTINCT ] |
EXCEPT [ ALL | DISTINCT ] } subquery2 } [...] }[ ( ] <query> [ ) ] { INTERSECT | { MINUS | EXCEPT } | UNION [ ALL ] } [ ( ] <query> [ ) ]
[ ORDER BY ... ]
[ LIMIT ... ]Sample Source Patterns
Setup data
Databricks
Snowflake
Pattern code
Databricks
c
c
c
c
c
c
c
c
Snowflake
c
c
c
c
c
c
c
c
Known Issues
Related EWIs
Last updated
