Update docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md

Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
This commit is contained in:
sevirov 2021-11-09 19:11:33 +03:00 committed by GitHub
parent 40b693e14b
commit 30ae146573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.