摘要: select table_name,table_rows,tables.* from tables WHERE TABLE_SCHEMA = '数据库名' order by table_rows desc limit 100; 阅读全文
posted @ 2022-06-21 14:03 吃吃吃大王 阅读(675) 评论(0) 推荐(0)