ClickHouse/tests/queries/0_stateless/02024_create_dictionary_with_comment.reference
Alexander Tokmakov d682c2ccdb fix
2022-10-05 22:13:16 +02:00

3 lines
303 B
Plaintext

CREATE DICTIONARY default.`2024_dictionary_with_comment`\n(\n `id` UInt64,\n `value` String\n)\nPRIMARY KEY id\nSOURCE(CLICKHOUSE(HOST \'localhost\' PORT 9000 TABLE \'source_table\'))\nLIFETIME(MIN 0 MAX 1000)\nLAYOUT(FLAT())\nCOMMENT \'Test dictionary with comment\'
Test dictionary with comment