I can not change data in the table..
UPDATE users
SET mem_expire = 2111-10-10 00:00:00
WHERE mem_expire = 0000-00-00 00:00:00;
MySql Error:
#1064 – You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use
near ’00:00:00 WHERE mem_expire = 0000-00-00 00:00:00′ at line 2
How can I fix this problem?
Date string literals have to be surrounded by Quotes like so: