I want to replace two characters in a single string.
Replace
Name
I am not aware of any or potential that hasn’t yet been reported
with
Name
I am not aware of any/potential that hasn't yet been reported
I've used this query:
replace(Replace(Name, ' or ', '/'), '’', ''')
But I get an error
ORA-01756: quoted string not properly terminated