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 DATABASESExample
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.