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!

replace,translate or REGEXP_REPLACE

733774Apr 1 2010 — edited Apr 14 2010
I want to remove the first character of the string that contains '~'

something like below,
 FROM :    ~12STRING~ABC~SOMETHING~
     TO :   12STRING~ABC~SOMETHING~
How do i do that, replace,translate, REGEXP_REPLACE

Please advise.
Billu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2010
Added on Apr 1 2010
10 comments
1,955 views