Simple enough (I hope): how can I order by a field (in MySQL) containing decmical values. Right now. 9.88 shows up ahead of 14.90. The field is TEXT, because I've found that the INT field type strips all data after the decimal when it's entered into the database. Is there another field type I can use, perhaps?





Bookmarks