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:39 +03:00 committed by GitHub
parent 30ae146573
commit 8c5378a0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -631,7 +631,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.
### Mongodb {#dicts-external_dicts_dict_sources-mongodb}