mysql 查找替换
例句:
UPDATE `products` SET `products_description` = replace (`products_description`,'cheap','discount');将products表中的字段products_description中的字符cheap替换成discount
发布时间: 2012-07-22 19:31:17 作者: rapoo
mysql 查找替换
例句:
UPDATE `products` SET `products_description` = replace (`products_description`,'cheap','discount');将products表中的字段products_description中的字符cheap替换成discount