Commonly used database operations in DBSHOP system

Title field replacement`

UPDATE `dbshop_goods_extend` SET `goods_name` = replace (`goods_name`,'替换前','替换后')

DBSHOP description text replacement

UPDATE `dbshop_goods_extend` SET `goods_body` = replace (`goods_body`,'替换前','替换后')

Guess you like

Origin blog.csdn.net/weixin_43446375/article/details/109096644