摘要: 废话不多说,直接上代码: SQL存储过程: SQL调用: declare @count intexec usp_PagingLarge '表1,表2,表3','表1 主键','要添加的字段',10,1,'条件,多条件时用and连接','','排序字段 desc',@RecordCount=@coun 阅读全文
posted @ 2016-06-15 23:27 黄者之风 阅读(2259) 评论(1) 推荐(1)