As reported at http://stackoverflow.com/questions/35568587/phpmyadmin-4-5-4-unexpected-token-error-in-replace-statement ``` SELECT * FROM mytable WHERE REPLACE (Col, 'a', '') = 'bbb' ``` This appears to be valid SQL, but phpMyAdmin gives errors based on the delimiter and token problems.
As reported at http://stackoverflow.com/questions/35568587/phpmyadmin-4-5-4-unexpected-token-error-in-replace-statement
This appears to be valid SQL, but phpMyAdmin gives errors based on the delimiter and token problems.