update upgrade set opt_group = upper(opt_group);commit; update upgrade set opt_desc = upper(opt_desc);commit; update tb_Product set col_optiondescriptionpre=upper(col_optiondescriptionpre);commit; update tb_Product set col_optiondescriptionpost=upper(col_optiondescriptionpost);commit; update tb_Takeoff set col_room=upper(col_room);commit; update tb_Product set opt_gROUP=upper(opt_gROUP);commit;