SHOW SCHEMAS
On this page
Shows the list of schemas that exist on this SingleStoreDB Cloud instance.
Syntax
SHOW SCHEMAS[LIKE 'pattern']
Remarks
-
pattern
- SQL LIKE clause
Example
SHOW SCHEMAS;+--------------------+| Database |+--------------------+| information_schema || memsql || test |+--------------------+3 rows in set (0.00 sec)
Last modified: June 22, 2022