Merge pull request #5113 from letfoolsdie/patch-1

updated docs for db creation command
This commit is contained in:
Ivan Blinkov 2019-04-30 02:21:19 +03:00 committed by GitHub
commit e141788f02
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.