数据库字段信息 内容替换语句
将某个字段的内容里字符串替换
update tst_product set product_img = REPLACE(product_img,"http://img.shareuniversal.com/","http://")
where 1=1;