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
原文地址:https://www.cnblogs.com/angdh/p/9907451.html
时间: 2024-10-16 07:13:24