CREATE TRIGGER modifyDate AFTER UPDATE ON articles FOR EACH ROW BEGIN UPDATE articles SET dateModify = CURRENT_TIMESTAMP WHERE id=OLD.id END;
lecz niestety podczas tworzenia pojawia się błąd:
#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 'END' at line 7