在使用MySQL中使用到了replace函数,但总是会自动补全`REPLACE`(str,from_str,to_str),
然后运行时报错[Err] 1630 - FUNCTION ceshi.REPLACE does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual;
但是手动去掉`REPLACE`(str,from_str,to_str)中REPLACE的‘’号;即可运行正常,但是(str,from_str,to_str)里的代码不能自动补全完全手工敲出,虽然实现了功能,但是很疑惑,这是为什么?这在oracle中没遇到过的问题,求大神的合理解释?