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 1287896659
9 1287847238
This doesn't make any sense. 17 is bigger than 22 and 9 less than 6?!