oracle merge into 新增或者修改
摘要:
merge into sn_balance b1 using(select 'admin' as userid,1 as type1 from dual) b2 on(b1.userid=b2.userid and b1.type=b2.type1) when matched then update 阅读全文
posted @ 2019-09-23 11:12 跨界农民工 阅读(382) 评论(0) 推荐(0)
浙公网安备 33010602011771号