ClickHouse/tests/queries/0_stateless/03108_describe_union_all.sql

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

6 lines
127 B
MySQL
Raw Normal View History

-- https://github.com/ClickHouse/ClickHouse/issues/8030
2024-07-12 12:49:26 +00:00
SET enable_analyzer=1;
2024-07-12 12:49:26 +00:00
DESCRIBE (SELECT 1, 1 UNION ALL SELECT 1, 2);