insert into A (字段1,字段2,字段3,字段4) select T1.字段1,T1.字段2,T1.字段3 ,T1.字段4 from( select * from 表B)T1可能不是最简单的