I am attempting to perform a fairly simple command:
DELETE from table WHERE date = date(’2018-07-01’);
However, when I run this command on MySQL, I receive the following error:
ERROR 1054 (42S22): Unknown column
’2018
in 'where clause'
Any ideas on what I should be doing here so the query can run? I am using MySQL 5.6.35.