MySQL查询当前数据库中所有记录不为空的表

select TABLE_NAME from information_schema.tables where TABLE_SCHEMA='当前数据库' and table_rows>0;
 
 

posted on 2016-06-22 16:40  一値很安靜;︶  阅读(1948)  评论(0编辑  收藏  举报

导航