MySQL: how to sort the words in a string using a stored function?

前端 未结 2 1985
轮回少年
轮回少年 2021-01-14 01:44

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\"

2条回答
提交回复
热议问题