mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: added test for temporary table [#METR-14449].
This commit is contained in:
parent
beafa02b2e
commit
7da67fd139
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1,3 @@
|
||||
CREATE TEMPORARY TABLE t (a UInt8);
|
||||
INSERT INTO t VALUES (1);
|
||||
SELECT * FROM t;
|
Loading…
Reference in New Issue
Block a user