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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
193 B
MySQL
Raw Normal View History

2023-03-04 17:46:40 +00:00
SET allow_experimental_analyzer = 0;
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;