mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
fa6090f588
This patch will: - fix the issue when table had been tried to create multiple times for --queries-files - create these table for --interactive mode (before it works only if you had some queries already, i.e. when it run interactive after non-interactive) This will also make ClientBase interface a little bit cleaner, by removing one abstract method getQueryTextPrefix()
2 lines
106 B
Plaintext
2 lines
106 B
Plaintext
CREATE TABLE _local.table\n(\n `key` String\n)\nENGINE = File(\'TSVWithNamesAndTypes\', \'/dev/null\')
|