#切换到schema

use information_schema;

#查询数据量最大的30张表 并排序

select table_name,table_rows from tables order by table_rows desc limit 30;

相关文章:

  • 2021-09-18
  • 2022-01-22
  • 2021-12-22
  • 2023-02-01
  • 2021-07-03
  • 2021-12-17
  • 2021-12-09
  • 2022-01-16
猜你喜欢
  • 2021-11-29
  • 2021-12-09
  • 2021-08-28
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2022-01-26
相关资源
相似解决方案