2012-06-05 97 views

回答

0

假設表A和表B.

insert into table C values(select colA from A,B where colA=colB) 
insert into table D values(select colA from A,B where colA!=colB) 
+0

沒有上面的代碼沒有工作... – user1437172