操作

查看所有表的行数

2019-04-14  本文已影响0人  低调_0c1d

use information_schema;
select table_name,table_rows from tables
where TABLE_SCHEMA = 'erpdb'
order by table_rows desc;

上一篇 下一篇

猜你喜欢

热点阅读