UPDATE QUERY
#2

This looks inefficient and it probably is. What do these "player*Days" fields even store? I don't understand the purpose of those loops either since there isn't any additional check taking place. If you want to exclude players that are not in a group/clan you should use
PHP код:
WHERE playerGroup IS NOT NULL 
And then there is of course the completely unnecessary usage of mysql_format because nothing is being formatted.
Reply


Messages In This Thread
UPDATE QUERY - by Nin9r - 03.02.2017, 16:29
Re: UPDATE QUERY - by Vince - 03.02.2017, 16:58
Re: UPDATE QUERY - by Nin9r - 03.02.2017, 17:02
Re: UPDATE QUERY - by haikalbintang - 04.02.2017, 06:44
Re: UPDATE QUERY - by Nin9r - 05.02.2017, 15:05
Re: UPDATE QUERY - by Abagail - 05.02.2017, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)