ClickHouse/tests/queries/0_stateless/01018_ddl_dictionaries_create.reference

20 lines
590 B
Plaintext
Raw Normal View History

2019-10-11 15:22:30 +00:00
=DICTIONARY in Ordinary DB
CREATE DICTIONARY ordinary_db.dict1\n(\n `key_column` UInt64 DEFAULT 0, \n `second_column` UInt8 DEFAULT 1, \n `third_column` String DEFAULT \'qqq\'\n)\nPRIMARY KEY key_column\nSOURCE(CLICKHOUSE(HOST \'localhost\' PORT 9000 USER \'default\' TABLE \'table_for_dict\' PASSWORD \'\' DB \'database_for_dict\'))\nLIFETIME(MIN 1 MAX 10)\nLAYOUT(FLAT())
2019-10-11 15:22:30 +00:00
dict1
1
ordinary_db dict1
==DETACH DICTIONARY
0
==ATTACH DICTIONARY
dict1
1
ordinary_db dict1
==DROP DICTIONARY
0
=DICTIONARY in Memory DB
0
=DICTIONARY in Lazy DB
2019-10-14 09:52:43 +00:00
=DROP DATABASE WITH DICTIONARY
dict4
dict4