mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
|
SELECT (1, 2, 3)
|
||
|
SELECT (1, 2, 3) AS x
|
||
|
SELECT (1, 2, 3).1
|
||
|
SELECT (tuple(1, 2, 3) AS x).1
|