19.09.2015, 12:29
Код:
SELECT `playerName`,`playerScore` FROM `playerdata` where `playerScore` > 100 order by `playerScore` desc LIMIT 0,10
it not goes the higher to lower
but,result will look like this
we will use example player name for this
Cody 991
Bust 987
Mstr 967
... and etc.
and thats not a highest score on the database,the higher score is 20000