mysql 字段信息替换

    xiaoxiao2022-07-13  156

    数据库字段信息 内容替换语句

    将某个字段的内容里字符串替换

    update tst_product set product_img = REPLACE(product_img,"http://img.shareuniversal.com/","http://")

    where 1=1;

    最新回复(0)