oracle替换某个字段的指定字符串

update 表名 set 要更新的字段=replace(要更新的字段,'要替换的字符串','替换后字符串')  where +条件

原文地址:https://www.cnblogs.com/cuilichao/p/14971140.html