use information_schema;


select table_name,table_rows from tables where TABLE_SCHEMA = '_bjca' order by table_rows desc;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-08-24
  • 2022-12-23
  • 2022-02-07
猜你喜欢
  • 2021-07-28
  • 2021-08-21
  • 2021-11-07
  • 2022-12-23
  • 2021-09-26
  • 2021-06-24
相关资源
相似解决方案