19.09.2015, 16:44
Quote:
I don't understand why do you use "LIMIT 0,10" and not just 10 though ?
|
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.