select * from (
select * from oe_order_headers_all
order by creation_date desc
)
where rownum = 1;
Comments
Tags: How To Get Last Record, How To Get Last Record From The Table In Oracle Sql, Oracle SQL