mysql query error
#2

I fail to see the problem. You're ordering by "ClanScore", but since all values are 0 MySQL is free to order it in whatever way it wants, which is apparently descending by id. The limit clause is the very last thing that gets applied and what "limit 0,1" actually means is: start with the 0th result in the result set and get the next 1 rows.
Reply


Messages In This Thread
mysql query error - by DetoNater - 17.07.2015, 21:47
Re: mysql query error - by Vince - 17.07.2015, 23:52
Re: mysql query error - by DetoNater - 18.07.2015, 04:06

Forum Jump:


Users browsing this thread: 1 Guest(s)