摘要: 首先准备好分页的T-SQL语句: 1 create proc usp_activityFenYe 2 @pageIndex int, 3 @pageSize int, 4 @pageCount int output 5 as 6 declare @count int 7 begin 8 select... 阅读全文
posted @ 2015-05-19 21:57 hexd 阅读(396) 评论(0) 推荐(0)