ClickHouse/tests/queries/0_stateless/01821_table_comment.reference

5 lines
181 B
Plaintext
Raw Normal View History

2021-04-25 07:58:40 +00:00
t1 this is a temtorary table
t2 this is a MergeTree table
t3 this is a Log table
2021-05-03 16:19:48 +00:00
CREATE TABLE default.t1\n(\n `n` Int8\n)\nENGINE = Memory\nCOMMENT \'this is a temtorary table\'