SHOW TABLES
¶
Lists the tables in the database.
Table of contents
Description¶
SHOW TABLES
can be used to retrieve the table names of the database in
alphabetical order. The same list can be fetched by querying table names of the
information_schema.tables
table.
System and BLOB tables are only listed when they are explicitly specified in
FROM | IN
clause.
Parameters¶
- table_schema
The name of the schema the tables are appropriate to.