Im doing a rankings table of sorts, and need to find a specific rows position from a query.
eg: SELECT name FROM players ORDER BY points DESC
How would I get the position of the record with the name
field of 'John', or any other?
So I want the result to give me one number (the rank of 'John')