Select * into d from (Select * from a union Select * from b union Select * from c)as e 对是对,但是执行了没显示新表
三张表分别查询,然后用union all连接就行了,不知道是不是你要的结果,这么写查询值赋值必须一样
继续执行 select * from d