C'est cela que tu cherches ?

INSERT INTO tb_cible
( col_cbl_1
, col_cbl_2
...
, col_cbl_N
)
SELECT col_src_1
, col_src_2