aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/union/union_mix.sql
blob: 74e2f9680cf530a1d8af17725f0400c99e8b85f9 (plain) (blame)
1
2
3
4
SELECT 1 
UNION ALL SELECT 1 UNION ALL SELECT 2 UNION ALL SELECT 1 UNION ALL SELECT 2
UNION SELECT 1
UNION ALL SELECT 1 UNION ALL SELECT 2;