摘要: select table_name,table_rows from information_schema.tables where TABLE_SCHEMA = '数据库名称' order by table_rows desc; 阅读全文
posted @ 2019-08-22 17:58 为牧 阅读(13491) 评论(0) 推荐(0)