mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
t1 this is a temporary table
|
|
t2 this is a MergeTree table
|
|
t3 this is a Log table
|
|
t4 this is a Kafka table
|
|
t5 this is a EmbeddedRocksDB table
|
|
t6 this is a Executable table
|
|
t7 this is a WindowView table
|
|
CREATE TABLE default.t1\n(\n `n` Int8\n)\nENGINE = Memory\nCOMMENT \'this is a temporary table\'
|