Case insensitive replace
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