mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
9 lines
110 B
MySQL
9 lines
110 B
MySQL
|
SELECT 1 AS x ORDER/* hello */BY x;
|
||
|
|
||
|
SELECT 1 AS x GROUP -- hello
|
||
|
BY x;
|
||
|
|
||
|
SELECT 1 AS x
|
||
|
UNION/**/ALL
|
||
|
SELECT 1;
|