阅读背景:

sql 中怎么将A表插入B表中,,去除两张 表中含有的重复数据

来源:互联网 

insert into B(字段列表),select 字段列表 from A  where not exists(select * from B where a.keycol1 = b.keycol1)insert into B(字段列表),select 字段列表 from A  wh




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: