I have a field that holds description of a code and this is having bind variables (special characters). I need to remove them and replace with no value.
I was trying with following sql and the dialog box (Enter Substitution Variable)is opening when I tried to execute the sql.
select regexp_replace('B VOC AC & HEATING (*[[:punct:]])', '') from dual;
please provide me the SQL how to do this
Thanks in advance