摘要: 查看表行数 系统表统计信息 :会有1~3%的不精准 use information_schema; select table_name,table_rows from tables where TABLE_SCHEMA = '数据库名' order by table_rows desc; 高效推荐 阅读全文
posted @ 2020-12-29 16:00 郭大侠1 阅读(1298) 评论(0) 推荐(0) 编辑