mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update wording per suggestion
Signed-off-by: Matthew Peveler <matt.peveler@popsql.com>
This commit is contained in:
parent
a10222b5fe
commit
aa45b852b6
@ -1,6 +1,6 @@
|
|||||||
# system.databases {#system-databases}
|
# system.databases {#system-databases}
|
||||||
|
|
||||||
Contains information about database. Each database that the server knows about has a corresponding entry in the table.
|
Contains information about the databases that are available to the current user.
|
||||||
|
|
||||||
Columns:
|
Columns:
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ Create a database.
|
|||||||
CREATE DATABASE test
|
CREATE DATABASE test
|
||||||
```
|
```
|
||||||
|
|
||||||
Check all of the available databases.
|
Check all of the available databases to the user.
|
||||||
|
|
||||||
``` sql
|
``` sql
|
||||||
SELECT * FROM system.databases
|
SELECT * FROM system.databases
|
||||||
|
Loading…
Reference in New Issue
Block a user