mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 18:42:26 +00:00
6 lines
127 B
SQL
6 lines
127 B
SQL
-- https://github.com/ClickHouse/ClickHouse/issues/8030
|
|
|
|
SET enable_analyzer=1;
|
|
|
|
DESCRIBE (SELECT 1, 1 UNION ALL SELECT 1, 2);
|