Need to convert part of a string from lowercase to uppercase
255654Jun 30 2006 — edited Jul 9 2006Hello,
I need to update/convert parts of a string from lowercase to uppercase. See example in the following table:
id string date_created
1 100000_AAA_20060630_EN.pdf 30-06-2006
2 100000_AAA_20060630_en.pdf 30-06-2006
3 100000_AAA_20060630_en.PDF 30-06-2006
All these strings must be converted to 100000_AAA_20060630_EN.pdf
I really need to know how to accomplish this. I was not able to write a normal update for this.
Can anyone help me out with this?
Regards,
Ronny.