select * from (
select ROW_NUMBER()over( order by id) orderid,* from test
) a where a.orderid between 1 and 20

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-08-08
  • 2021-07-14
  • 2022-12-23
  • 2021-07-28
猜你喜欢
  • 2022-12-23
  • 2021-09-12
  • 2021-09-24
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
相关资源
相似解决方案