mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +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;
|