标签: mysql match
我有两个相同字段的表。我想比较其中一个字段,并在第3和第4个表中移动匹配和不匹配的值。任何人都能帮助我吗?
答案 0 :(得分: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)