Insert Into tbl1 (a1, b1, b2) Select FIO, b1, b2 -- или функции f_b1(FIO), f_b2(FIO) From tbl2 Where ...