会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
A-I
博客园
首页
新随笔
联系
管理
订阅
2009年8月13日
Sql2005的新函数
摘要: row_number,rank,dense_rank,ntile,pivot具体用法:with t_rowtableas(select cDealer_code,cDealer_Name,csales_code,row_number() OVER (ORDER BY csales_code desc) AS cOper_codesfrom tbl_dealer)select * from t_ro...
阅读全文
posted @ 2009-08-13 15:10 艾伦
阅读(508)
评论(0)
推荐(0)
编辑
公告