mysql sort asc numeric

SELECT * FROM table ORDER BY column `name`+0 ASC
Kevin