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

2 lines
67 B
MySQL
Raw Normal View History

2021-03-01 02:22:39 +00:00
select 1 UNION select 1 UNION ALL select 1; -- { serverError 558 }