摘要:
create procedure pagination@sqlstr nvarchar(4000), --查询字符串@currentpage int, --第N页@pagesize int --每页行数asset nocount ondeclare @P1 int, --P1是游标的id@rowcount intexec sp_cursoropen @P1 output,@sqlstr,@scro... 阅读全文
posted @ 2008-06-20 09:20
迷你软件
阅读(723)
评论(1)
推荐(0)
浙公网安备 33010602011771号