会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
每天进步一点点
Make it work,make it right,make it fine!
首页
新随笔
订阅
管理
05 2007 档案
Great feature for Sql 2005--Row_number()分页
摘要:今天偶尔在网上发现2005的分页比2000有了明显的提高,使用Row_number()能够实现像在mysql中分页一样。心中的遗憾终于在2005中完成了。EXCITING... examples on net: select OID ,Pos from (select OID, ROW_NUMBER() OVER (order by OID) as Pos from directoryRights...
阅读全文
posted @
2007-05-31 11:24
雨人(ralpher)
阅读(498)
评论(0)
推荐(0)