Hi Team,
can any one help me how to remove special characters from a string under a particular column.
I want to read complete string and replace "(" with "".
I have a data like below
CELL_PH_NO
(999)-000-1111
999 222 1111
now i wan output as
CELL_PH_NO
999-000-1111
999-222-1111