MySQL查询当前数据库中所有记录不为空的表
摘要:
select TABLE_NAME from information_schema.tables where TABLE_SCHEMA='当前数据库' and table_rows>0; 阅读全文
posted @ 2016-06-22 16:40 一値很安靜;︶ 阅读(1950) 评论(0) 推荐(0) 编辑
posted @ 2016-06-22 16:40 一値很安靜;︶ 阅读(1950) 评论(0) 推荐(0) 编辑