Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Replacing a set of characters from a string in oracle sql query

imation3mSep 12 2013 — edited Sep 12 2013

I want to replace a set of characters ( ~    !     @    #     $     %     ^     *     /     \     +    :    ;    |     <     >     ?    _  ,) from a STRING in sql

select 'TESTING ! ABC 123 #'

FROM DUAL;

What is the best way to do it? Please provide examples also.

This post has been answered by Manik on Sep 12 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2013
Added on Sep 12 2013
7 comments
344 views