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.

5 lines
322 B
Plaintext
Raw Normal View History

2023-04-10 13:53:43 +00:00
CREATE TABLE default.t_2710_show_table\n(\n `n1` UInt32,\n `s` String\n)\nENGINE = Log
CREATE TABLE default.t_2710_show_table\n(\n `n1` UInt32,\n `s` String\n)\nENGINE = Log
CREATE TABLE default.t_2710_show_table\n(\n `n1` UInt32,\n `s` String\n)\nENGINE = Log
2023-04-10 06:37:47 +00:00
CREATE DATABASE t_2710_db\nENGINE = Atomic