虽然网上例子很多,但是试过多种办法都无效,原代码出处:

https://blog.csdn.net/qyshibb/article/details/73332075

这个例子简单有效

select  p.* from 
(select * from tablename t  order by t.maxnum desc)
 p where rownum = 1

  

相关文章:

  • 2021-09-30
  • 2021-11-21
  • 2021-11-27
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-02
  • 2022-01-03
  • 2021-05-22
  • 2021-08-07
  • 2022-02-03
  • 2022-12-23
相关资源
相似解决方案