ClickHouse/docs/en
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
..
commercial DOCSUP-5054: Fix PR comments and update list items. 2020-12-28 14:24:24 +03:00
development Update tests.md 2021-01-07 16:31:50 +03:00
engines DOCSUP-5169: Document the min_compress_block_size and max_compress_block_size settings (#18248) 2021-01-10 23:21:32 +03:00
faq Fix corrupted markdowns 2020-12-12 10:59:34 +09:00
getting-started Update ontime.md 2021-01-06 23:27:00 +03:00
guides [docs] split aggregate function and system table references (#11742) 2020-06-18 11:24:31 +03:00
images [ImgBot] Optimize images 2020-05-11 03:31:47 +00:00
interfaces Update client-libraries.md 2021-01-07 14:31:35 +08:00
introduction correct the unit from Kb to KB in the last section. 2020-12-16 13:55:17 +08:00
operations Merge pull request #17656 from bharatnc/ncb/ddl-worker-queue-table 2021-01-11 14:59:26 +03:00
sql-reference Fixed error in DDL query doc for MongoDB dict 2021-01-11 15:02:30 +01:00
whats-new Update roadmap (2020 -> 2021) 2020-12-20 06:56:32 +03:00
index.md Update index.md 2020-11-27 11:43:32 -03:00