update DT_ROLES t set t.pec_roles_key =(select n.int_code from bv_enum_values n where t.role_name=n.value)
update table1 t1 set t1.column1= (select t2.column2 from table2 t2 where )
update table1 t1 set t1.column1= (select t2.column2 from table2 t2 where )