ClickHouse/tests/queries/0_stateless/02514_bad_index_granularity.sql

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

8 lines
178 B
MySQL
Raw Normal View History

2022-12-25 15:08:20 +00:00
CREATE TABLE t
(
id Int64,
d String,
p Map(String, String)
)
ENGINE = ReplacingMergeTree order by id settings index_granularity = 0; -- { serverError BAD_ARGUMENTS }