From 30ae146573150202bc1019acf11a8174f6e6fa10 Mon Sep 17 00:00:00 2001 From: sevirov <72220289+sevirov@users.noreply.github.com> Date: Tue, 9 Nov 2021 19:11:33 +0300 Subject: [PATCH] Update docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com> --- .../external-dictionaries/external-dicts-dict-sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md b/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md index 26fadada119..634a0fd44c1 100644 --- a/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md +++ b/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md @@ -541,7 +541,7 @@ Setting fields: - `query` – The custom query. Optional parameter. !!! info "Note" - The `table` or `where` fields cannot be used together with the `query` field. And there must be one of the sources of either `table` or `query`. + The `table` or `where` fields cannot be used together with the `query` field. And either one of the `table` or `query` fields must be declared. MySQL can be connected on a local host via sockets. To do this, set `host` and `socket`.