Syntax
SHOW SCHEMAS [ LIKE_expression ];
Parameters
| Parameter or clause | Description |
|---|---|
| LIKE_expression | Filters the output based on names by applying pattern matching. See details in LIKE pattern matching expressions. |
Example
SHOW SCHEMAS;
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use the SHOW SCHEMAS command to show schemas in the dev database.
SHOW SCHEMAS [ LIKE_expression ];
| Parameter or clause | Description |
|---|---|
| LIKE_expression | Filters the output based on names by applying pattern matching. See details in LIKE pattern matching expressions. |
SHOW SCHEMAS;
Was this page helpful?