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:51 +03:00 committed by GitHub
parent 86b2a5f411
commit 2cf825d1d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -800,4 +800,4 @@ 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.