Oracle中replace()函数的使⽤中⽂括号更改为英⽂括号有的时候,需要⽤到replace()函数
使⽤的函数为replace()
含义为:替换字符串
replace(原字段,“原字段旧内容“,“原字段新内容“,)
不废话直接上sql
update MSG_HIS set title =replace(title,'(','(');
update MSG_HIS set title =replace(title,')',')');
字符串replace函数
效果图就不上了,ctrl+c,然后直接更改表更改字段完事