MySQL 查询所有的表名

select table_name from information_schema.tables where table_schema='laiu8' and table_type='base table';

原文地址:https://www.cnblogs.com/ilookbo/p/5778574.html