1
votes
votes
3 answers
Determining Row Number in a SQL result when using ORDER BY
I'm trying to determine a user's ranking by using a 'score' field in my MS SQL database. I want to be able to show each user what their ranking is relative to everyone else, for instance showing me that I'm 3rd for points. Below is th ...
