ClickHouse/tests/queries/0_stateless/01732_union_and_union_all.sql

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

2 lines
88 B
MySQL
Raw Normal View History

select 1 UNION select 1 UNION ALL select 1; -- { serverError EXPECTED_ALL_OR_DISTINCT }