I need a MySQL stored function that sorts the words (separated by a space) in a string and return the sorted string.
For example : \"The Quick Brown Fox\"
\"The Quick Brown Fox\"
Is this what you are looking for? http://psoug.org/snippet/mySQL-Sort-comma-separated-string_500.htm