Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
anup_snwn
Starting Member
6 Posts |
Posted - 2008-01-09 : 01:00:15
|
hi friends i am using following row number function in my sql server 2005 :select appno,row_number() over(partition by appno order by appno) from tab which is giving following result :100 1100 2200 1200 2200 3300 1300 2300 3but now i want the same result in sql server 2000but this row number function not supported in sql 2000so plz give me any alternate solution for this.... |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-01-09 : 03:04:41
|
http://www.sqlservercentral.com/Forums/Topic440426-8-1.aspxMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|