Navicat 自動提示的`REPLACE`(str,from_str,to_str) 是個坑啊

update ms_article Set Content=`REPLACE`(str,from_str,to_str)

[Err] 1630 - FUNCTION data.REPLACE does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
我艹。。。。懵逼了。。。

update ms_article Set Content=`REPLACE`(str,from_str,to_str)

就是`REPLACE`的兩個``影響到了

 

差點懷疑人生啊~~~

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章