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;
Use the SHOW SCHEMAS command to show schemas in the dev database.