Order by field mysql command doesn't work, gives wrong order
Hi. I have a strange problem. I tried this command in mysql: SELECT `type`, `bought` FROM cars WHERE owner = 'test' ORDER BY type And it prints out this in phpmyadmin: type bought -------------------- 17 1281025497 22 1287708417 22 1287347244 24 1287708324 24 1287876461 6 12878...