摘要:
sql server分页存储过程利用表变量实现分页一、代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->CREATEPROCEDURE[dbo].[GetRecordFromPage]@SelectListVARCHAR(2000), --欲选择字段列表@TableSourceVARCHAR(100), --表名或视图表 @SearchConditionVARCHAR(2000), --查询条件@OrderExpressionVARCHAR 阅读全文
posted @ 2013-05-10 00:39
逃亡者
阅读(260)
评论(0)
推荐(0)