SHOW CATALOGS
Reference for the SHOW CATALOGS statement, which lists all available catalogs on the server.
Last updated
Was this helpful?
Was this helpful?
SHOW CATALOGS LIKE 'c%';
+--------------+--------------------+
| Catalog (c%) | Comment |
+--------------+--------------------+
| c1 | This is catalog c1 |
| cat2 | |
+--------------+--------------------+