摘要: USE information_schema; SELECT table_name,table_rows FROM TABLES WHERE TABLE_SCHEMA = 'education' ORDER BY table_rows DESC; education 为要统计的数据库名 阅读全文
posted @ 2020-04-24 11:15 程式交易 阅读(1415) 评论(0) 推荐(0)