mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
update test
This commit is contained in:
parent
39f68bf5ff
commit
2347a1f6f3
@ -1,3 +1,4 @@
|
|||||||
t1 this is a temtorary table
|
t1 this is a temtorary table
|
||||||
t2 this is a MergeTree table
|
t2 this is a MergeTree table
|
||||||
t3 this is a Log table
|
t3 this is a Log table
|
||||||
|
CREATE TABLE default.t1\n(\n `n` Int8\n)\nENGINE = Memory\nCOMMENT \'this is a temtorary table\'
|
||||||
|
@ -30,6 +30,8 @@ SELECT
|
|||||||
FROM system.tables
|
FROM system.tables
|
||||||
WHERE name IN ('t1', 't2', 't3') order by name;
|
WHERE name IN ('t1', 't2', 't3') order by name;
|
||||||
|
|
||||||
|
SHOW CREATE TABLE t1;
|
||||||
|
|
||||||
DROP TABLE t1;
|
DROP TABLE t1;
|
||||||
DROP TABLE t2;
|
DROP TABLE t2;
|
||||||
DROP TABLE t3;
|
DROP TABLE t3;
|
||||||
|
Loading…
Reference in New Issue
Block a user