代碼如下:
select *
from (select t.*,
row_number() over(order by 列 desc) r
from 表 t)
where r <= 某行 and r>=某行
更多信息請查看IT技術專欄
2025國考·省考課程試聽報名