justin234
New Member
- Joined
- Jan 22, 2008
- Messages
- 999
- Reaction score
- 4
I get this Error, I dont know what to Add to Fix.
Do You Know?
Do You Know?
Code:
#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
Code:
CREATE TRIGGER `ondelete_accounts`
BEFORE DELETE
ON `accounts`
FOR EACH ROW
BEGIN
DELETE FROM `bans` WHERE `account` = OLD.`id`;
END|
Last edited: