摘要: 简单的例子:好记性不如烂笔头 其基本语法规则是 merge into 目标表 a using 源表 b on(a.条件字段1=b.条件字段1 and a.条件字段2=b.条件字段2 ……) when matched then update set a.更新字段=b.字段 when not macth 阅读全文
posted @ 2019-04-22 17:22 萝卜萝卜,我是青菜 阅读(628) 评论(0) 推荐(0)