Update tbl1 inner join vw1 on tbl1.id = vw1.id Set tbl1.f1 = vw1.f1, tbl1.f2 = vw1.f2, ...
Insert Into tbl1 (f1, f2, ...) Select f1, f2, ... From ...