mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update docs/en/query_language/system.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
This commit is contained in:
parent
26572e19f9
commit
3178b50505
@ -22,7 +22,7 @@ Always returns `Ok.` regardless of the result of the dictionary update.
|
||||
|
||||
Completely reloads a dictionary `dictionary_name`, regardless of the state of the dictionary (LOADED / NOT_LOADED / FAILED).
|
||||
Always returns `Ok.` regardless of the result of updating the dictionary.
|
||||
The status of the dictionary can be checked by querying `system.dictionaries`.
|
||||
The status of the dictionary can be checked by querying the `system.dictionaries` table.
|
||||
|
||||
```sql
|
||||
SELECT name, status FROM system.dictionaries;
|
||||
|
Loading…
Reference in New Issue
Block a user