https://www.cnblogs.com/ssslinppp/p/6178636.html


use information_schema;
select
engine,
table_name,
table_rows,
data_length,
index_length
from tables where TABLE_SCHEMA = '数据库名称' order by table_rows desc;

 

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-11-03
  • 2021-11-12
  • 2022-12-23
  • 2021-12-26
  • 2021-12-31
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-11-19
相关资源
相似解决方案