update A set Ay=(select y
from B
where Bx = Ax)
where exists (select 1
from B
WHERE AX= Bx);
update customer set customerid='8010'||substr(customerid,4,length(customerid)-3);
commit;
update table_name set url = replace(url,'源IP','目标IP') where 条件
注意:请先拿几条纪录来作实验
另外, *** 作之前备份数据库
以上就是关于Oracle批量修改语句全部的内容,包括:Oracle批量修改语句、oracle数据库,求一个sql语句批量修改某个字段内容、oracle批量修改某列值等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)