mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-06 06:22:39 +00:00
9 lines
131 B
SQL
9 lines
131 B
SQL
SET allow_experimental_analyzer=1;
|
|
WITH 0 AS test
|
|
SELECT *
|
|
FROM
|
|
(
|
|
SELECT 1 AS test
|
|
)
|
|
SETTINGS enable_global_with_statement = 1
|