mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Fixed test
This commit is contained in:
parent
140fa855c4
commit
85a9ab7d87
@ -24,6 +24,6 @@ SELECT dictGet('ddl_dictionary_test', 'value', number) FROM system.numbers LIMIT
|
||||
|
||||
SELECT 'dictHas';
|
||||
SELECT dictHas('ddl_dictionary_test', number) FROM system.numbers LIMIT 3;
|
||||
|
||||
|
||||
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