当前位置:Gxlcms > 数据库问题 > 替换数据库表中某个代码段中某个字段的某一段字符串sql

替换数据库表中某个代码段中某个字段的某一段字符串sql

时间:2021-07-01 10:21:17 帮助过:29人阅读

update 表名 set 字段=replace(字段同前面的,需要替换的字符串,被替换的字符串) where 条件

例如:update t_social_lead_learn set format_lead_learn =replace(format_lead_learn,‘http://dsideal-yy.oss-cn-qingdao.aliyuncs.com‘,‘http://dsideal.obs.cn-north-1.myhuaweicloud.com‘) where id in (20608,118,331,120)

 

替换数据库表中某个代码段中某个字段的某一段字符串sql

标签:aliyun   learn   代码   where   huawei   ide   lead   ali   nbsp   

人气教程排行