select * from table where 时间字段 = (select max( 时间字段) from table) 当然 时间字段 需要有索引
select * from tablewhere rownum='1'order by time desc