将table_a中的记录插入到table_b中
insert into table_b
select * from table_a