USE information_schema;

 

SELECT table_name,table_rows FROM TABLES WHERE TABLE_SCHEMA = 'education' ORDER BY table_rows DESC; 

 

education 为要统计的数据库名

相关文章: