ClickHouse/tests/queries/0_stateless/00466_comments_in_keyword.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
110 B
MySQL
Raw Normal View History

2017-06-18 03:38:17 +00:00
SELECT 1 AS x ORDER/* hello */BY x;
SELECT 1 AS x GROUP -- hello
BY x;
SELECT 1 AS x
UNION/**/ALL
SELECT 1;