oracle 多条update语句,合并多个sql更新语句(Oracle)

我不是很擅长sql而且我尝试了一些东西.考虑到代码的性能,将这5个更新语句组合成单个语句的最佳方法是什么?会是一个很大的帮助.非常感谢!

码:

----------------1

Update main_table

set a = (case

..some code.. end)

where condition_2;

----------------2

Update main_table

set b = (case

..some code.. end)

where condition_2

----------------3

Update main_table

set c = (select x from sec_table where conditon_1)

where condition_2

----------------4

Update main_table

set d = (select y from sec_table where conditon_1)

where condition_2

----------------5

Update main_table

set e = (select z from sec_table where conditon_1)

where condition_2

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值