mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fixed test
This commit is contained in:
parent
140fa855c4
commit
85a9ab7d87
@ -26,4 +26,4 @@ SELECT 'dictHas';
|
|||||||
SELECT dictHas('ddl_dictionary_test', number) FROM system.numbers LIMIT 3;
|
SELECT dictHas('ddl_dictionary_test', number) FROM system.numbers LIMIT 3;
|
||||||
|
|
||||||
DROP TABLE ddl_dictonary_test_source;
|
DROP TABLE ddl_dictonary_test_source;
|
||||||
DROP DICTIONARY ddl_dictonary_test_source;
|
DROP DICTIONARY ddl_dictionary_test;
|
||||||
|
Loading…
Reference in New Issue
Block a user