mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
3 lines
190 B
Plaintext
3 lines
190 B
Plaintext
|
CREATE TABLE default.t_2710_show_table\n(\n `n1` UInt32,\n `s` String\n)\nENGINE = MergeTree\nORDER BY n1\nSETTINGS index_granularity = 8192
|
||
|
CREATE DATABASE t_2710_db\nENGINE = Atomic
|