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