I have a system where you can earn points by guessing the good results. When you have the most points, you have to be the number 1. The question is how I can make ranks, so that the guy with the most points will be the number 1, the next guy will be number 2, etc.
Example:
ID Points Rank
-------------------------
1 | 1000 | 1
2 | 900 | 2
3 | 500 | 5
4 | 700 | 4
5 | 800 | 3
Thanks!