select * from (select rownum as num,emp.* from emp)
   where num >= 9 and num <= 12;

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2021-11-20
  • 2021-11-20
  • 2021-05-30
  • 2021-12-19
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2021-11-20
  • 2021-11-20
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案