--把两个相同结构的表union后插入到一个新表中select * into table_nowfrom table_1union all select * from table_2--Truncate table table_now