Is there an easy way to find the current ranking of an user?
I have an db table with the users id an the amount of points (fk_user_id,points).
Now, I want to find out what the current users rank is from the points… How do I do that? the points can also be minus(-). The higher the points the better ranking…
Any ideas to where to start…