ClickHouse/tests/queries/0_stateless/01079_bad_alters_zookeeper.reference

9 lines
568 B
Plaintext
Raw Normal View History

2020-02-17 13:20:09 +00:00
Wrong column name.
CREATE TABLE default.table_for_bad_alters\n(\n `key` UInt64, \n `value1` UInt8, \n `value2` String\n)\nENGINE = ReplicatedMergeTree(\'/clickhouse/tables/table_for_bad_alters\', \'1\')\nORDER BY key\nSETTINGS index_granularity = 8192
CREATE TABLE default.table_for_bad_alters\n(\n `key` UInt64, \n `value1` UInt8, \n `value2` UInt32\n)\nENGINE = ReplicatedMergeTree(\'/clickhouse/tables/table_for_bad_alters\', \'1\')\nORDER BY key\nSETTINGS index_granularity = 8192
2020-02-17 13:20:09 +00:00
syntax error at begin of string.
7
Hello
World
Wrong index name.