查找所有表的语句
select table_name from information_schema.tables where table_schema='当前数据库';
select
table_name
from
information_schema.tables
where
table_schema=
'当前数据库';