updated docs for db creation command

added `[ON CLUSTER cluster]` to db creation command
This commit is contained in:
Nikolay Semyachkin 2019-04-25 18:32:29 +03:00 committed by GitHub
parent 5e45a2d4d1
commit 7694aa9b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
Creating db_name databases
``` sql
CREATE DATABASE [IF NOT EXISTS] db_name
CREATE DATABASE [IF NOT EXISTS] db_name [ON CLUSTER cluster]
```
`A database` is just a directory for tables.