CREATE TABLE myapptest2.testtable (pageURL String, pageRank UInt32, avgDuration UInt32) ENGINE = Log; SHOW CREATE TABLE myapptest2.testtable; SELECT * FROM myapptest2.testtable FORMAT TabSeparatedWithNames;" | clickhouse-client -n
SELECT * FROM myapptest2.testtable FORMAT TabSeparatedWithNames; SELECT * FROM myapptest2.testtable FORMAT TabSeparatedWithNames pageURL pageRank avgDuration Received exception from server: Code: 1000. DB::Exception: Received from localhost:9000, 127.0.0.1. DB::Exception: File not found: /opt/clickhouse/data/myapptest2/testtable/pageURL.bin. 0 rows in set. Elapsed: 0.096 sec.
Обсуждают сегодня