ClickHouse/dbms/tests/queries/0_stateless/01018_ddl_dictionaries_create.reference
2019-10-15 21:04:17 +03:00

29 lines
655 B
Plaintext

=DICTIONARY in Ordinary DB
CREATE DICTIONARY ordinary_db.dict1 (`key_column` UInt64 DEFAULT 0, `second_column` UInt8 DEFAULT 1, `third_column` String DEFAULT \'qqq\') PRIMARY KEY key_column SOURCE(CLICKHOUSE(HOST \'localhost\' PORT 9000 USER \'default\' TABLE \'table_for_dict\' PASSWORD \'\')) LIFETIME(MIN 1 MAX 10) LAYOUT(FLAT())
dict1
1
ordinary_db dict1
==DETACH DICTIONARY
0
==ATTACH DICTIONARY
dict1
1
ordinary_db dict1
==DROP DICTIONARY
0
=DICTIONARY in Memory DB
dict2
1
memory_db dict2
==DETACH DICTIONARY
0
==ATTACH DICTIONARY
0
==DROP DICTIONARY
0
=DICTIONARY in Dictionary DB
=DICTIONARY in Lazy DB
=DROP DATABASE WITH DICTIONARY
dict4
dict4