I would like to camel case the values of my records in SQL. However, the values contain special characters such as '/' and '.' - for example, I have values such as "U.s.a" and "USA/UK".
In the example of "U.s.a" the result should be "U.S.A".
In the example of "USA/UK" the result should be "Usa/Uk".
I hope the above makes sense. I would really appreciate any assistance.
Thank you in advance.