update table1 set column1 =(select table2.column2
       from table2
       where table1.column3 = table2.column4)