Facing issue with special characters in sql/plsql
We have a special character in the string "MARUTHI 9 SUBHASH� BBRR.�1". We need to replace special character with space but unable to perform. we are reading character by character and trying to replace, observed that the special character length is 3. Hence we are not able to replace the special character with space.Could any one let us know how to proceed further.