Search This Blog

Monday, September 23, 2019

Remove Special Character using REGEXP_REPLACE : ORACLE



Example  :

REGEXP_REPLACE(style_ref_no, '[]~!@#$%^&*()_+=\{}[:”;’<,>./?]+', '')

No comments:

Post a Comment