摘要: select table_name,table_rows from information_schema.tables where TABLE_SCHEMA = '库名' order by table_rows desc; 阅读全文
posted @ 2020-05-09 14:35 歪~ 阅读(3782) 评论(0) 推荐(0)