会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
月下逢
博客园
首页
新随笔
联系
订阅
管理
2018年8月22日
SQL Server分页的存储过程
摘要: use 数据库名gocreate proc 存储过程名@index int, 索引页@size int, 每页的条数@totalCount int output, 多少条数据@totalPage int output 多少页数asselect @totalCount= count(*) from n
阅读全文
posted @ 2018-08-22 10:51 月下逢
阅读(123)
评论(0)
推荐(0)
公告