MySQL 数据库查询所有表名
select table_name from information_schema.tables where table_schema='db_name';
db_name为自己的数据库名
此博客主要用于记录相关知识点,大部分内容来自网络文章,特此感谢各位作者
select table_name from information_schema.tables where table_schema='db_name';
db_name为自己的数据库名