原文地址:https://www.cnblogs.com/xusweeter/p/5837423.html
select * from (select * from <table> order by <key>) where rownum=1; select * from (select * from <table> order by <key> desc) where rownum=1;