Add test for analyzer and enable_global_with_statement=1

This commit is contained in:
Nikita Fomichev 2024-04-03 11:32:26 +02:00
parent 71d85653e9
commit 0758faa039
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
WITH 0 AS test
SELECT *
FROM
(
SELECT 1 AS test
)
SETTINGS enable_global_with_statement = 1