Hi,
I have string like this 'abc(21), xyz(0.6788), pqr(-23)'.
And I want the output like - 'abc ,xyz,pqr'.
I want to remove the parenthesis and the number inside the bracket, be it positive or negative or decimal.
Will REGEXP_REPLACE is useful?
Regards,
Sid