#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 'DELIMITER |
CREATE TRIGGER `ondelete_accounts`
BEFORE DELETE
ON `accounts`
' at line 1
i try to to insert the triggers but i cant!
can somebody explain me or help me how to fix it , thx
CREATE TRIGGER `ondelete_accounts`
BEFORE DELETE
ON `accounts`
' at line 1
i try to to insert the triggers but i cant!
can somebody explain me or help me how to fix it , thx