mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
3 lines
155 B
MySQL
3 lines
155 B
MySQL
|
SELECT ((1, 2), (2, 3), (3, 4)) FORMAT TSVWithNames;
|
||
|
SELECT ((1, 2), (2, 3), (3, 4)) FORMAT TSVWithNames SETTINGS legacy_column_name_of_tuple_literal = 1;
|