SHOW TABLES [{FROM | IN}db_name
] [LIKE 'pattern
']
SHOW TABLES
lists the
non-TEMPORARY
tables in a given database. You
can also get this list using the mysqlshow
db_name
command.
The output from SHOW TABLES
contains a single column of table names.
If you have no privileges for a table, the table does not show
up in the output from SHOW TABLES
or mysqlshow db_name.
User Comments
Add your own comment.