知行合一

博客园 首页 新随笔 联系 订阅 管理

2013年3月19日 #

摘要: 原来的分页的存储过程/*作用:获取用户会议列表描述:会议包含已召开、预召开、正在召开的*/ALTER Procedure [dbo].[WTC_SP_GetUserConfListPage] @SeqNo int, @PageIndex int, @PageSize int, @Title Varchar(100), @StartTime Varchar(50), @EndTime Varchar(50), @RecordCount int output AsBegin Create Table #UserConfL... 阅读全文
posted @ 2013-03-19 12:05 callbin 阅读(270) 评论(0) 推荐(0) 编辑