mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Add test for analyzer and enable_global_with_statement=1
This commit is contained in:
parent
71d85653e9
commit
0758faa039
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1,7 @@
|
||||
WITH 0 AS test
|
||||
SELECT *
|
||||
FROM
|
||||
(
|
||||
SELECT 1 AS test
|
||||
)
|
||||
SETTINGS enable_global_with_statement = 1
|
Loading…
Reference in New Issue
Block a user