Added test [#CLICKHOUSE-31].

This commit is contained in:
Alexey Milovidov 2017-06-18 06:38:17 +03:00
parent 62be911d79
commit b19f4d1a0e
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
1
1
1
1

View File

@ -0,0 +1,8 @@
SELECT 1 AS x ORDER/* hello */BY x;
SELECT 1 AS x GROUP -- hello
BY x;
SELECT 1 AS x
UNION/**/ALL
SELECT 1;