From 3178b5050534fb8b331589e08008257be4abef6d Mon Sep 17 00:00:00 2001 From: Denis Zhuravlev Date: Fri, 6 Sep 2019 20:09:02 -0300 Subject: [PATCH] Update docs/en/query_language/system.md Co-Authored-By: Ivan Blinkov --- docs/en/query_language/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/query_language/system.md b/docs/en/query_language/system.md index a99aa15d72b..3f9b3868e33 100644 --- a/docs/en/query_language/system.md +++ b/docs/en/query_language/system.md @@ -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;