[MySQL R40] Top 5 players
#4

Код:
"SELECT * FROM `users` ORDER BY 'score' DESC LIMIT 3"
It takes score as text so no sorting is done. The correct would be `score` or without grave accent character around.

Two more things:
- You don't need to format, just use the query directly in mysql_tquery function.
- Don't select all the data but only username and score columns.
Reply


Messages In This Thread
[MySQL R40] Top 5 players - by ranme15 - 03.10.2016, 17:22
Re: [MySQL R40] Top 5 players - by Shinja - 03.10.2016, 17:49
Re: [MySQL R40] Top 5 players - by ranme15 - 03.10.2016, 17:50
Re: [MySQL R40] Top 5 players - by Konstantinos - 03.10.2016, 18:19
Re: [MySQL R40] Top 5 players - by ranme15 - 03.10.2016, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)