#mysql查询特定数据库中的所有表名

#mysql查询特定数据库中的所有表名
select table_name
from information_schema.tables
where table_schema='smbms' and table_type='base table';

 

posted on 2019-08-09 21:10  David_Deng  阅读(2511)  评论(0编辑  收藏  举报

导航