摘要:
通过Rank排名函数,可以很快地将查询出来的数据进行排名。 用法: select rank() over(order by item1,item2,item3) AS NO from table1 阅读全文
posted @ 2007-09-03 16:01 懒人ABC 阅读(1069) 评论(1) 推荐(0)
|
摘要:
通过Rank排名函数,可以很快地将查询出来的数据进行排名。 用法: select rank() over(order by item1,item2,item3) AS NO from table1 阅读全文
posted @ 2007-09-03 16:01 懒人ABC 阅读(1069) 评论(1) 推荐(0) |
||