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!

Case insensitive replace

user10566312Sep 12 2012 — edited Sep 12 2012
I have a string field in my table. And I have a lookup table with two columns like this:

OLD_NAME NEW_NAME
"ThIS is Old text" This_is_new_text

I want to search values in my main table string column which match lookup table OLD_NAME field (case insensitive) and replace with NEW_NAME
This post has been answered by Sven W. on Sep 12 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2012
Added on Sep 12 2012
7 comments
9,782 views