oracle 数据库按照日期排序取第一条数据 select * from (select * from TABLE where STATUS= 3 order by TIME desc) where rownum=1;