ClickHouse/tests/queries/0_stateless/02024_create_dictionary_with_comment.reference

3 lines
308 B
Plaintext
Raw Normal View History

2021-10-08 16:56:25 +00:00
CREATE DICTIONARY default.`2024_dictionary_with_comment`\n(\n `id` UInt64,\n `value` String\n)\nPRIMARY KEY id\nSOURCE(CLICKHOUSE(HOST \'localhost\' PORT tcpPort() TABLE \'source_table\'))\nLIFETIME(MIN 0 MAX 1000)\nLAYOUT(FLAT())\nCOMMENT \'Test dictionary with comment\'
Test dictionary with comment