ClickHouse/tests/queries/0_stateless/02141_clickhouse_local_interactive_table.reference
Alexey Milovidov 31562c5ab6 Update tests
2024-02-18 02:07:43 +01:00

3 lines
214 B
Plaintext

CREATE TABLE default.`table`\n(\n `key` String\n)\nENGINE = File(\'TSVWithNamesAndTypes\', \'/dev/null\')
CREATE TABLE foo.`table`\n(\n `key` String\n)\nENGINE = File(\'TSVWithNamesAndTypes\', \'/dev/null\')