Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 410 Bytes

sql-statement-show-schemas.md

File metadata and controls

9 lines (7 loc) · 410 Bytes
title summary aliases
SHOW SCHEMAS | TiDB SQL Statement Reference
An overview of the usage of SHOW SCHEMAS for the TiDB database.
/docs/dev/sql-statements/sql-statement-show-schemas/
/docs/dev/reference/sql/statements/show-schemas/

SHOW SCHEMAS

This statement is an alias to SHOW DATABASES. It is included for compatibility with MySQL.