1 select * from user_tables  where num_rows = 0

查询之后发现查询的不全,查询之后发现num_rows为空

select * from user_tables  where nvl(num_rows,0) = 0

 这样就全部查询出来了

相关文章:

  • 2022-02-17
  • 2021-11-27
  • 2022-12-23
  • 2022-02-06
  • 2022-02-23
  • 2022-12-23
  • 2021-12-29
  • 2021-12-21
猜你喜欢
  • 2021-05-29
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2022-02-02
  • 2022-12-23
  • 2021-10-07
相关资源
相似解决方案