#查数据库中所有表

SELECT *  from information_schema.`TABLES` where  table_schema = 'xxx'

更多推荐

查数据库中所有表