分页存储过程
摘要:create procedure ProgrameName (@nvar Int, @pagesize int, @pageindex int, @docount bit) as set nocount on if(@docount=1) select count(num) from TableName where 1=1 else begin declare @indextable table...
阅读全文
posted @ 2008-09-16 17:11
浙公网安备 33010602011771号