I have a table for users, there's a column called money_sent. I want to order this table by money sent (most->least so DESC) and then find out which row number (ranking) a specific user is.
So that I can output, User 12392 is 112/50000 people when it comes down to money_spent.
Any ideas for query for this?