I have a table such as the below
Name
firstname lastname
FirstName Lastname
firstName Lastname
FirstName lastname
I am trying to capitalize each letter of the firstname and lastname to be Firstname Lastname in all the 4 cases.
Any recommendations on the query without using the CAP_FIRST function? Can I use regex?