ClickHouse/tests/queries/0_stateless/01913_names_of_tuple_literal.sql

3 lines
155 B
MySQL
Raw Normal View History

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;