I have little problem, because I have in table element "waznosc" which is date. And I want to delete records where date = "today". I tried something like this:
CREATE EVENT rec ON DATE() DO DELETE FROM userproduct WHERE waznosc=CURDATE()
But it doesn't work :/ Somebody have idea what can be wrong or know any other way how can I solve my problem?