dgprado
Member
I heave a question.
I will try to explain.
Ex:
Player_storage table.
There is some query to select the 3 players who heave the highers "values" and "key" = 10 ?
I will try to explain.
Ex:
Player_storage table.
Code:
player_id key value
1 1 10
2 10 100
3 6 20
4 10 60
5 10 30
6 10 80
7 5 70
8 10 40
9 10 90
10 3 40
There is some query to select the 3 players who heave the highers "values" and "key" = 10 ?