mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
t1 this is a temtorary table
|
|
t2 this is a MergeTree table
|
|
t3 this is a Log table
|
|
CREATE TABLE default.t1\n(\n `n` Int8\n)\nENGINE = Memory\nCOMMENT \'this is a temtorary table\'
|