sql分页

select * from 表名 order by   排序的字段  OFFSET 1 ROWS FETCH NEXT 2 ROWS Only
posted @ 2023-09-27 21:13  想睡觉的小坤  阅读(16)  评论(0)    收藏  举报