mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
f62e73599a
According to the documentation, DDL query for MongoDB dictionaries require ```sql SOURCE(MONGO( host 'localhost' port 27017 user '' password '' db 'test' collection 'dictionary_source' )) ``` However, the source type `MONGO` is not recognized. It is, however, the source type `MONGODB`. My change fixes this mistake in documentation. |
||
---|---|---|
.. | ||
external-dictionaries | ||
index.md | ||
internal-dicts.md |