mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
17 lines
181 B
MySQL
17 lines
181 B
MySQL
|
# comment
|
||
|
#! comment2
|
||
|
select 1;
|
||
|
# comment3
|
||
|
#! comment4
|
||
|
select 2; # another one comemnt
|
||
|
#
|
||
|
#!
|
||
|
select 3;
|
||
|
|
||
|
select 1; #!
|
||
|
SELECT # hello
|
||
|
1;
|
||
|
SELECT /* # hello */ 1;
|
||
|
SELECT '
|
||
|
# hello', 1;
|