阅读背景:

将行从一个表复制到另一个表,忽略重复的行

来源:互联网 

I have 2 tables (srcTable1 & destTable) that have identical schemas. I am trying to copy all rows from srcTable to destTable and ignore the duplicates. I thought I could just add a WHERE clause with a subquery that would give me only the rows that aren't duplicates. However, it doesn't seem to work. I don't get any rows inserted or selected.I have 2 tables (srcTable1 & destTable) that ha




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

分享到: