select count(1) from pbwhsjb_0803 where rowid in (select rid
from (select rowid rid,
row_number() over(partition by a.base_crncy, a.crncy, a.security_typ, a.security_tenor_one, a.last_update_dt, a.last_update, a.fzsj, a.scsj order by a.jzsj desc) rn
from pbwhsjb_0803 a
where trunc(JZSJ) = date
'2021-07-31') b
where rn > 1);

 

相关文章:

  • 2021-10-27
  • 2021-09-27
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2021-06-02
猜你喜欢
  • 2021-11-05
  • 2021-11-23
  • 2021-07-20
  • 2021-07-16
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案