All Products
Search
Document Center

Lindorm:SHOW DATABASES

Last Updated:Mar 28, 2026

Lists all databases in the current Lindorm instance.

Applicable engines and versions

Applies to all versions of LindormTable and LindormTSDB.

Syntax

show_databases_statement ::= SHOW DATABASES

Example

SHOW DATABASES;

The following result is returned:

+--------------------+
|       SCHEMA       |
+--------------------+
| default            |
| information_schema |
+--------------------+

The result set contains one column, SCHEMA, which lists the name of each database in the instance.