Can MySQL sort like the natsort(); function of PHP4? Maybe something like: "Select * from table order by column NATURAL", that probably won't work, but is there any function for MySQL that does do this? Or must I go through writing my own function or modifying each row to have a 0 in front of each number .