use information_schema;
select table_name,table_rows from tables
where TABLE_SCHEMA = 'db_name' and table_name='table_name' order by table_rows desc;
by 刘迎光@萤火虫工作室
OpenBI交流群:495266201
MicroService 微服务交流群:217722918
mail: liuyg#liuyingguang.cn
博主首页(防止爬虫):http://blog.liuyingguang.cn
OpenBI问答社区:http://openbi.liuyingguang.cn/