eyesfree

原文地址: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;

分类:

技术点:

相关文章:

  • 2021-11-07
  • 2021-11-17
  • 2021-11-07
  • 2021-09-07
  • 2021-11-12
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
猜你喜欢
  • 2021-11-07
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-12-18
  • 2021-11-07
  • 2021-10-19
相关资源
相似解决方案