码迷,mamicode.com
首页 > 数据库 > 详细

MySQL查询数据库中所有数据表的数据条数

时间:2019-08-22 19:00:56      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:esc   tables   数据表   数据   rom   sch   select   mat   php   

select table_name,table_rows from information_schema.tables where TABLE_SCHEMA = ‘数据库名称‘ order by table_rows desc;  

  

MySQL查询数据库中所有数据表的数据条数

标签:esc   tables   数据表   数据   rom   sch   select   mat   php   

原文地址:https://www.cnblogs.com/yulongcode/p/11395928.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!