12 2016 档案

分页存储过程
摘要:if exists(select * from sysobjects where name='usp_getPageData') drop proc usp_getPageData go create procedure usp_getPageData @totalPage int output,- 阅读全文

posted @ 2016-12-16 09:47 小瓢蟲 阅读(127) 评论(0) 推荐(0)