Top players(MySQL)
#4

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Something important to remember is that all you want to select is the player's name and the score so you don't need all (*) the data in the query.

Another thing is to avoid declaring variables inside loops.
Tell me the idea of doing it,cause the only thing I know is that

PHP код:
SELECT *  FROM `usersORDER BY `ScoreDESC LIMIT 10 
Reply


Messages In This Thread
Top players(MySQL) - by Problems - 28.06.2016, 13:33
Re: Top players(MySQL) - by Flake. - 28.06.2016, 13:52
Re: Top players(MySQL) - by Konstantinos - 28.06.2016, 14:06
Re: Top players(MySQL) - by Problems - 28.06.2016, 14:08
Re: Top players(MySQL) - by Konstantinos - 28.06.2016, 14:12

Forum Jump:


Users browsing this thread: 1 Guest(s)