会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
安乐窝
.net, Java, Python, PHP, Delphi 对各种技术都有兴趣的一个杂家
博客园
首页
新随笔
联系
订阅
管理
2011年11月17日
SQL SERVER分页写法
摘要: select top 页行数* from tMessage where MessageId not in (select top (页行数 * (页数-1)) MessageId from tMessage order by CreateTime DESC) order by CreateTime
阅读全文
posted @ 2011-11-17 01:20 萧风的风
阅读(167)
评论(0)
推荐(0)
公告