标签:table dex sql数据库 mysql name 数据 bsp mysql数据库 SQ
查找所有表的语句
select table_name from information_schema.tables where table_schema=‘当前数据库‘;
select
table_name
from
information_schema.tables
where
table_schema=
‘当前数据库‘;
查询mysql数据库中所有表名
原文地址:https://www.cnblogs.com/lixihuan/p/9092668.html