hello i have this table
(USERS )
witch have
game_id
user_id
points
---------
in every game user can win points ... what i want is the best way to
Get the position of the user
lets say i want to get the position of the user number 24 ...(up to the
points ) higher points in the Frist and the lowest points in the last
Thanks in advance
(USERS )
witch have
game_id
user_id
points
---------
in every game user can win points ... what i want is the best way to
Get the position of the user
lets say i want to get the position of the user number 24 ...(up to the
points ) higher points in the Frist and the lowest points in the last
Thanks in advance
Comment