mysql 查看数据库中所有表的记录数

mysql 查看数据库中所有表的记录数

use information_schema;

select table_name,table_rows from tables

where TABLE_SCHEMA = 'testdb'

order by table_rows desc;

posted @ 2018-05-23 17:27  啊朋  阅读(477)  评论(0)    收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示