ClickHouse/docs/en/sql-reference/dictionaries
Mariano Benítez Mulet f62e73599a
Fixed error in DDL query doc for MongoDB dict
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.
2021-01-11 15:02:30 +01:00
..
external-dictionaries Fixed error in DDL query doc for MongoDB dict 2021-01-11 15:02:30 +01:00
index.md [docs] split aggregate function and system table references (#11742) 2020-06-18 11:24:31 +03:00
internal-dicts.md [docs] replace underscores with hyphens (#10606) 2020-04-30 21:19:18 +03:00