摘要:
--使用存储过程的数据分页 --pageSize 一页有多少条 --pageIndex 第几页 --totalCount 总共有多少条 --分页的第一种方法 select top(10) * from Ams_Area where ar_id not in ( Select top(0) ar_id from Ams_Area order by ar_id ) order by ... 阅读全文
posted @ 2014-02-20 00:08
郝喜路
阅读(245)
评论(0)
推荐(0)

浙公网安备 33010602011771号