SQL code: insert c select a.*,'' from a union all select * from b
×Ö¶Î對錯ÁË ¿´2樓樹¸ç SQL code: --·ÖÁ½´Î insert into c(a,b,c) select a,b,c from a
insert into c select * from b
INSERT C SELECT B.* from B UNION ALL SELECT A.*,ʲôÀàÐÍÓøöʲô´úÌæ from A select t.a as a ,t.b as b,t.c as c,s.d as d into table3 from table1 t,table2 s where t.a=s.a ѧϰ insertÿִÐÐÒ»´Î¾Í²åÈë ¸²¸ÇÇ°ÃæµÄÊý¾ÝÓ¦¸ÃÔõô¸Ä SQL code:
insert into c select a,b,c,d from b union all select