摘要: 有两个表名:source 表和 target 表,并且要根据 source 表中匹配的值更新 target 表。 有三种情况: source 表有一些 target 表不存在的行。在这种情况下,需要将 source 表中的行插入到 target 中。 target 表有一些 source表不存在的行 阅读全文
posted @ 2020-11-30 17:13 竹林听雨行 阅读(444) 评论(0) 推荐(0) 编辑