2024年3月19日发(作者:) select * from ( select * from 表名 order by 排序列名 offset (当前页数-1)*每页数据条数 row fetch next 每页数据条数 row only ) as b order by 排序列名 desc
发布评论