如何用Sql把两张字段不相同的表合成一张表如何用Sql把两张字段不相同的表合成一张表[解决办法]select A,B from table1 union all select d,c from table2