Got a database that somebody messed up, and I've been asked to try to fix it. But I've been searching, and it doesn't look like MariaDB does this natively.
I've seen scripts for Postgres and even plain SQL, but neither of them work on MariaDB.
Was wondering if anybody out there has a function or maybe some tip or trick to capitalize the first letter of each word in a column of entries. Keep in mind that many of these entries contain contractions, like can't, which I don't want ending up like Can'T. Same goes for hyphens, and parentheses. Also, the database is UTF-8, so lots of foreign languages as well.
Any help or direction would be much appreciated, as I'm just not even sure where to start, and google has even failed me for once...