Union
Snowflake and Snowpark. Has there ever been a more perfect union?
Description
Combines two subqueries into a single one. Databricks SQL supports three types of set operators:
EXCEPT
INTERSECT
UNION
(Databricks SQL Language Reference UNION)
Set operators allow queries to be combined. (Snowflake SQL Language Reference UNION)
Syntax
Sample Source Patterns
Setup data
Databricks
Snowflake
Pattern code
Databricks
Snowflake
Known Issues
No related EWIs
Related EWIs
MSC-S000#: SET OPERATOR WITH ALL IS TRANSFORMED TO A JOIN.
Last updated