π§ Set Operators
π§ Coming soon: UNION ALL
vs UNION
, dedupe cost, and membership tests with INTERSECT
/EXCEPT
.
-- Placeholder example
SELECT City FROM dbo.Customers
UNION
SELECT City FROM dbo.Suppliers;
π§ Coming soon: UNION ALL
vs UNION
, dedupe cost, and membership tests with INTERSECT
/EXCEPT
.
-- Placeholder example
SELECT City FROM dbo.Customers
UNION
SELECT City FROM dbo.Suppliers;