Hi,
I'm working in Application Express 4.2.4.00.08 and I'm trying to replace a character 160 (hard spaces), and I used this function:
replace ((' 473400') , chr (160), 'y')
But this function doesn't work, I also tried with translate, but not work.
Can somebody help me.
Thanks.