【发布时间】:2016-02-22 17:59:56
【问题描述】:
运行时收到错误消息:
UPDATE catalog_product_entity_text
SET value = REPLACE (value, 'xxxxx')
WHERE value LIKE 'yyyyy';
错误:#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 1
有什么想法吗?
谢谢
【问题讨论】:
-
Replace需要 3 个参数,而您只有 2 个 dev.mysql.com/doc/refman/5.0/en/…