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

相关文章:

  • 2022-12-23
  • 2021-11-16
  • 2022-02-21
  • 2021-11-26
  • 2021-11-16
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-10-26
  • 2021-12-18
相关资源
相似解决方案