mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test
This commit is contained in:
parent
7b312c6df2
commit
6610e0cf29
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1,5 @@
|
||||
CREATE TEMPORARY TABLE t1 (x UInt8);
|
||||
INSERT INTO t1 VALUES (1);
|
||||
SELECT * FROM t1;
|
||||
|
||||
CREATE TEMPORARY TABLE test.t2 (x UInt8); -- { serverError 442 }
|
Loading…
Reference in New Issue
Block a user