I'm wondering how I can sort the characters in a string from a MySQL result. A function I could call on a string like 'letter', which would return the string 'eelrtt'. All characters would be sorted in alphabetical order.
I couldn't find a function in the MySQL docs, am I missing something or is this something that needs to be done manually? Thanks!