mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Update 01056_create_table_as.sql
This commit is contained in:
parent
2aba254fb6
commit
1dc1411077
@ -1,6 +1,7 @@
|
||||
DROP TABLE IF EXISTS t1;
|
||||
CREATE TABLE t1 (key Int) Engine=Memory();
|
||||
CREATE TABLE t2 AS t1;
|
||||
DROP TABLE t2;
|
||||
|
||||
-- live view
|
||||
SET allow_experimental_live_view=1;
|
||||
|
Loading…
Reference in New Issue
Block a user