select top M-N+1 * from (select top M from [table]) t order by id desc
取N到M中间的记录
最新推荐文章于 2026-01-23 16:34:06 发布
select top M-N+1 * from (select top M from [table]) t order by id desc
458

被折叠的 条评论
为什么被折叠?