Wrong Result
#3

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
I don't understand why do you use "LIMIT 0,10" and not just 10 though ?
That means: start from the 0th row and select the next 10, so shouldn't make a difference.

As for the problem: this is likely caused by the column being declared as a text type rather than an integer type, in which case the column will be sorted alphabetically (z-a and also 9-0) rather than numerically.
Reply


Messages In This Thread
Wrong Result - by PowerF - 19.09.2015, 12:29
Re: Wrong Result - by xVIP3Rx - 19.09.2015, 16:09
Re: Wrong Result - by Vince - 19.09.2015, 16:44
Re: Wrong Result - by PowerF - 20.09.2015, 00:40
Re: Wrong Result - by xVIP3Rx - 20.09.2015, 03:51
Re: Wrong Result - by PowerF - 20.09.2015, 06:43
Re: Wrong Result - by BroZeus - 20.09.2015, 07:31

Forum Jump:


Users browsing this thread: 1 Guest(s)