Update 02024_create_dictionary_with_comment.sql

This commit is contained in:
Maksim Kita 2021-10-14 12:34:52 +03:00 committed by GitHub
parent 91afa20a73
commit baf75065e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;