ClickHouse/tests/queries/0_stateless/02710_show_table.reference

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

3 lines
190 B
Plaintext
Raw Normal View History

2023-04-10 06:37:47 +00:00
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