Descriptions:
- Lists the non-
TEMPORARY
tables in a given database.
Synopis:
SHOW
[EXTENDED]
[FULL]
TABLES
- all the tables in the database
[{FROM | IN} _db_name_]
[LIKE 'pattern' | WHERE expr]
- Like clause indicates which table names to match
Search
Nov 22, 20241 min read
TEMPORARY
tables in a given database.SHOW
[EXTENDED]
[FULL]
TABLES
[{FROM | IN} _db_name_]
[LIKE 'pattern' | WHERE expr]