mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Update 02024_create_dictionary_with_comment.sql
This commit is contained in:
parent
91afa20a73
commit
baf75065e3
@ -30,4 +30,4 @@ COMMENT 'Test dictionary with comment';
|
||||
SHOW CREATE DICTIONARY 2024_dictionary_with_comment;
|
||||
SELECT comment FROM system.dictionaries WHERE name == '2024_dictionary_with_comment' AND database == currentDatabase();
|
||||
|
||||
DROP DICTIONARY IF EXISTS 2024_dictionary_with_comment;
|
||||
DROP DICTIONARY IF EXISTS 2024_dictionary_with_comment;
|
||||
|
Loading…
Reference in New Issue
Block a user