或者指定数据库每个表的总行数

use information_schema;
select table_name,table_rows from tables where TABLE_SCHEMA = 'reconciliation_platform' 
order by table_rows desc;
posted @ 2024-12-04 10:38  幸运刘  阅读(2)  评论(0编辑  收藏  举报