update `dede_arctype` set `templist`=‘{style}/products.htm‘ where `templist`=‘{style}/Product.htm‘
dede_arctype :表名称
templist :条件字段
{style}/products.htm :修改后的
{style}/Product.htm :修改前的
mysql数据修改
原文:http://www.cnblogs.com/xinlinux/p/4024032.html