SHOW DATABASES

Warning:
This version of CockroachDB is no longer supported. For more details, see 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               |
| system             |
+--------------------+
(5 rows)

See Also


Yes No

Yes No