摘要:
ALTER PROCEDURE [dbo].[a_Example] @startIndex INT ,--每页的开始记录的索引 @pageSize INT --每页记录数 AS --取出记录总数 插入@RecordCountTable临时表 declare @RecordCountTable table(RecordCount int) insert into @RecordCountTabl... 阅读全文
posted @ 2007-01-10 14:30
宏宇
阅读(717)
评论(1)
推荐(0)
浙公网安备 33010602011771号