how to optimal replace chr(1)-chr(31) in one statement
I would like to know if there is a possibility to change all occurrences of chr(1) until chr(31) in a record?
until now i can't find a good way using REGEXP_REPLACE, so who knows a better (the best) way?
thanks in advance
0