mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
tests/queries/0_stateless/01056_create_table_as: drop dictionary at start
This commit is contained in:
parent
4a73fe7477
commit
888baad565
@ -15,6 +15,7 @@ CREATE TABLE t3 AS v; -- { serverError 80; }
|
||||
DROP TABLE v;
|
||||
|
||||
-- dictionary
|
||||
DROP DICTIONARY IF EXISTS dict;
|
||||
DROP DATABASE if exists test_01056_dict_data;
|
||||
CREATE DATABASE test_01056_dict_data;
|
||||
CREATE TABLE test_01056_dict_data.dict_data (key Int, value UInt16) Engine=Memory();
|
||||
|
Loading…
Reference in New Issue
Block a user