SELECT * FROM table ORDER BY string_length(column);
is there a mysql function to do this (of course instead of "string_length")?
thank you!
is there a mysql function to do this (of course instead of "string_length")? thank you!
| ||||
|
feedback
|
|
You are looking for | |||||||||||
feedback
|
Documentation on the length() function, as well as all the other string functions, is available here. | |||
|
feedback
|