摘要: sql server中翻页存储过程: Create PROC blog_GetPagedPosts( @PageIndex int, @PageSize int, @BlogID int=0, @PostType int=-1, @CategoryID int=-1, @Hiding bit =0, @Count int output )... 阅读全文
posted @ 2006-06-10 16:28 潇笑 阅读(912) 评论(0) 推荐(0)