Rank() function is not working in sql server 2000.
Database
3
Posts
2
Posters
0
Views
1
Watching
-
I am getting the given below error when I am executing VIEW in sql server 2000. Msg 195, Level 15, State 10, Procedure UVWCUSTOMERNAME_R171, Line 3 'RANK' is not a recognized function name. Msg 170, Level 15, State 1, Procedure UVWCUSTOMERNAME_R171, Line 5 Line 5: Incorrect syntax near '('.
-
I am getting the given below error when I am executing VIEW in sql server 2000. Msg 195, Level 15, State 10, Procedure UVWCUSTOMERNAME_R171, Line 3 'RANK' is not a recognized function name. Msg 170, Level 15, State 1, Procedure UVWCUSTOMERNAME_R171, Line 5 Line 5: Incorrect syntax near '('.
-
Is there any alternate way to do in sql2000?