使用的函数为replace()
含义为:替换字符串
replace(原字段,“原字段旧内容“,“原字段新内容“,)
语句:
update sys_frmattachmentdb set filefullname = replace(filefullname,'历城区,'北京区)
使用的函数为replace()
含义为:替换字符串
replace(原字段,“原字段旧内容“,“原字段新内容“,)
语句:
update sys_frmattachmentdb set filefullname = replace(filefullname,'历城区,'北京区)