Convert mixed case value in colum into upper case values
682000Jul 18 2009 — edited Jul 19 2009Hi All,
I have got a table call emp and has the following colums:
id number 10
suename_name varchar2(20)
given_name varchar2(20)
position varchar2(30)
date_hired date
.
.
Now the values in colums are mixed case and I need to change them to upper case. I think I need to use upper function to do it.
Could anyone help me by providing me sql/pl sql script to through each colum in emp table and change them to the upper case.
Many Thanks
Michael