ClickHouse/tests/queries/0_stateless/00098_9_union_all.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
60 B
MySQL
Raw Normal View History

SELECT * FROM (SELECT 1 UNION ALL SELECT 2) ORDER BY 1 ASC;