I have a query that I have executed on a MySQL 5.3 server, but when I try to execute the same query on the MySQL 5.0 server the server returns the following error message:
I have never encountered this before. I have tried using SUBSTR, SUBSTRING, and MID, with the same response. Does anyone have any idea why I am receiving this error message, and/or what to do about it?
Code:
Error Code : 1305
FUNCTION dbname.SUBSTRING does not exist
I have never encountered this before. I have tried using SUBSTR, SUBSTRING, and MID, with the same response. Does anyone have any idea why I am receiving this error message, and/or what to do about it?