SHOW DATABASES

On this page Carat arrow pointing down
Warning:
CockroachDB v1.1 is no longer supported as of April 12, 2019. For more details, refer to the Release Support Policy.

The SHOW DATABASES statement lists all database in the CockroachDB cluster.

Synopsis

SHOW DATABASES

Required Privileges

No privileges are required to list the databases in the CockroachDB cluster.

Example

> SHOW DATABASES;
+--------------------+
|      Database      |
+--------------------+
| bank               |
| crdb_internal      |
| information_schema |
| pg_catalog         |
| system             |
+--------------------+
(5 rows)

See Also


Yes No
On this page

Yes No