I have data in the last_name column.
This data comes from the Internet, and sometimes users copy the name insert from the dictionary document. This is a problem when the last name has one quote. Somehow, a single quote from a document with text is strange.
I want to write an oracle regular expression replacement in my select query such that it replaces everything in the last_name column, but just saves (az or AZ).
Is this doable?
source share