I have table with id (store user id) and score in different match. I want what is the position of a user.
So for i try this sql fiddle; in this I am getting all the row but I need only user having id 3 and it position in the table.
like this:
Score Postion
26 3
Even i try to do like this but no success