Mysql查看数据库里哪张表的数据量最大

select table_name,table_rows,tables.* from tables WHERE TABLE_SCHEMA = '数据库名' order by table_rows desc limit 100;
posted @ 2022-06-21 14:03  吃吃吃大王  阅读(665)  评论(0)    收藏  举报