oracle 查每张表有多少条记录

SELECT table_name,num_rows FROM user_tables order by num_rows desc;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2021-10-20
  • 2021-06-29
猜你喜欢
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
相关资源
相似解决方案