摘要: int PageIndex = 1;//当前第几页(从第一页开始) int PageSize = 10;//每页大小 int ThisPage = (PageIndex -1)* 10 1、not id select top PageSize * from tableA where ispass = 阅读全文
posted @ 2021-03-29 14:18 #飞鸟爱青鱼 阅读(64) 评论(0) 推荐(0)