mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update 02287_ephemeral_format_crash.sql
This commit is contained in:
parent
3d04a33de5
commit
168ba57ce4
@ -10,4 +10,4 @@ CREATE TABLE test(a UInt8, b String EPHEMERAL test) Engine=Memory(); -- { server
|
||||
|
||||
CREATE TABLE test(a UInt8, b String EPHEMERAL 1+2) Engine=Memory();
|
||||
SHOW CREATE TABLE test;
|
||||
DROP TABLE test;
|
||||
DROP TABLE test;
|
||||
|
Loading…
Reference in New Issue
Block a user