yw-felix1016 opened a new issue #4507:
URL: https://github.com/apache/incubator-doris/issues/4507
There is a bug as using internal function of MySQL named REPLACE(). One
error message will display in screen, detailed message as follow:
mysql> SELECT REPLACE('www.lvtao.net', 'www', 'http://www');
ERROR 1064 (HY000): errCode = 2, detailMessage = Syntax error in line 1:
SELECT REPLACE('www.lvtao.net', 'www', 'http://www')
^
Encountered: REPLACE
Expected: REPLACE is keyword, maybe `REPLACE`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]