Forum Moderators: open
Is there any function available in mysql which is similar to ucwords function of php [php string function ucwords to change all first character of words present in a string to upper case or capitalize the first letter of each word.]?
If not, is there any way we can update the data directly in mysql using any form of query.
Thanks in advance.
But that won't update the database, just alter it on select. I'm guessing you will have to script it out to actually modify the data.