Hi All,
I am trying to remove special chars without using regular expressions.
translate(column name or string,'!@#$&*(*()_)**"":}{?>?,./,',' ')
I want to eliminate this manual process of giving all special chars by using some function like chr() or ascii().
Please show me the way.
Thanks in advance