Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Replace() ASCii character

epipkoMay 20 2022

Oracle 19.3
I am trying to replace "ñ" with "n".
Running this statement with no success. What am I doing wrong?
select replace ('La Cañada Flintridge',CHR(164),'n') from dual;

This post has been answered by cormaco on May 20 2022
Jump to Answer
Comments
Post Details
Added on May 20 2022
6 comments
1,610 views