Penso che tu voglia usare questo:http ://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_char-length
SELECT * FROM table ORDER BY CHAR_LENGTH(field)
Puoi usare semplicemente LENGTH(), ma attenzione, perché conta il numero di byte (che non ti darà il risultato atteso con stringhe multibyte).