mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32: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;
|
DROP TABLE v;
|
||||||
|
|
||||||
-- dictionary
|
-- dictionary
|
||||||
|
DROP DICTIONARY IF EXISTS dict;
|
||||||
DROP DATABASE if exists test_01056_dict_data;
|
DROP DATABASE if exists test_01056_dict_data;
|
||||||
CREATE DATABASE test_01056_dict_data;
|
CREATE DATABASE test_01056_dict_data;
|
||||||
CREATE TABLE test_01056_dict_data.dict_data (key Int, value UInt16) Engine=Memory();
|
CREATE TABLE test_01056_dict_data.dict_data (key Int, value UInt16) Engine=Memory();
|
||||||
|
Loading…
Reference in New Issue
Block a user