Hello,
I'm using Oracle 11.g
I have a table with several varchar2 columns of text data. There are several words that are all upper case. In every instance, those upper case words should be changed to mixed case (e.g. HELLO to Hello). How do I find upper case words in all rows and change them to mixed case?
Thanks for your help.