mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
4 lines
66 B
SQL
4 lines
66 B
SQL
SELECT /*/**/*/ 1;
|
|
SELECT /*a/*b*/c*/ 1;
|
|
SELECT /*ab/*cd*/ef*/ 1;
|