mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
updated docs for db creation command
added `[ON CLUSTER cluster]` to db creation command
This commit is contained in:
parent
5e45a2d4d1
commit
7694aa9b1f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user