输入banner图图片脚本导航/分类

mysql查询哪个表数据量最大

use information_schema;
select table_name,table_rows from tables where table_schema=‘cargo_new‘ order by table_rows desc limit 3

-- cargo_new (选择数据库)

 

 

 

https://www.cnblogs.com/diandiandidi/p/5582309.html

mysql查询哪个表数据量最大

标签:.com   select   blog   order   mys   数据库   HERE   where   for