SELECT * FROM table ORDER BY string_length(column);

Is there a MySQL function to do this (of course instead of string_length)?

7 Answers
7

Leave a Reply

Your email address will not be published. Required fields are marked *