dingjiaoyang

1、登录mysql

2、使用命令:use information_schema;

3、使用命令:select table_name,table_rows from tables where TABLE_SCHEMA = \'emphant\' order by table_rows desc;

分类:

技术点:

相关文章:

  • 2022-01-17
  • 2021-06-02
  • 2021-11-06
  • 2021-11-17
  • 2021-11-03
  • 2021-10-19
  • 2021-10-19
  • 2021-11-07
猜你喜欢
  • 2021-08-21
  • 2021-05-31
  • 2021-08-21
  • 2021-11-16
  • 2021-08-21
  • 2021-10-19
相关资源
相似解决方案