Query to get column character length order by length

SELECT LEN(Column_name) as colmun,column_name FROM YourTableName order by column