使用merge 需要注意的问题-pingley-ITPUB博客
使用merge 需要注意的问题 2012-05-11 22:49:28 分类: Linux 使用merge ...SQL> insert into merge_01 select employee_id,first_name,last_name,salary ...
mergeinto的妙用 - 数据库其他综合 - 红黑联盟
这些写的问题,当select id from test where name = ?有值可以update成功,当没有值不会insert。 2. 改进一下 merge into test t1 using (select id from tes...