How can I replace a particular special character with another character?
Eg. In the sentence I want to replace à with a and è with e I want to replace à with a and è with e both in same query.
If I use replace simply it doesn't work in SQL Developer 21.2.
Oraccle database: 12 c
I took dump of the problem character:
select dump('é', 1016) from dual
Result:
Typ=96 Len=2 CharacterSet=AL32UTF8: c3,a9
