Wednesday, 5 June 2013

Remove Special Characters from String

Use REGEXP_REPLACE:
REGEXP_REPLACE(<Your_String>,’[^[:alnum:]” ”]’, NULL)

No comments:

Post a Comment