Hello,
I need some help to return results form a MySQL database in the order of the size of the string. Such as:
"Hello, this is one string"
"Hey, this is the next"
"Another string"
I would like them to be returned in that order also.
The field they are stored in is called words
I have searched the MySQL online manual but with now luck. Have found the lenght function but have not had any luck.
Thanks for your help,
Jeremy Ross