Is there some way to enter values such as "1" and "01" into a MySQL table to have them appear as different values and still be sorted in numerical order? CHAR doesn't work because ordering by that field does not result in sorting by numerical order, and FLOAT drops the leading zeros. Thanks. -- Ryan