字符串值是 内斯特·凯拉德(Naiste kellad):拉科斯特·凯尔(Lacoste kell)LK030806。 Garantii 2 aastat。后:302€。'
我需要用句号替换空格和句点,但查询不会更新它:
SELECT REPLACE(meta_description, ' .', '.') FROM `ps_product_lang` WHERE meta_description like '% .%' ;
UPDATE `ps_product_lang` SET meta_description=REPLACE(meta_description, ' .', '.') WHERE meta_description like '% .%' ;
此查询出了什么问题?