select *  from (select * from 表名 where 条件 order by 排序日期 desc) where rownum=1;

  

select *  from (select * from TABLE where STATE = 3 order by TIME desc) where rownum=1;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-12-13
  • 2022-12-23
猜你喜欢
  • 2023-03-18
  • 2022-02-11
  • 2022-01-25
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2021-12-31
相关资源
相似解决方案