• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Forgotten sql problem

Pisova

New Member
Joined
Jul 17, 2007
Messages
21
Reaction score
2
SQL-fråga:

DELIMITER | CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` =3 AND `account` = OLD.`id` ;

MySQL sa: Dokumentation
#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`




I got this problem... anyone who could help me?
 
SQL-fråga:

DELIMITER | CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` =3 AND `account` = OLD.`id` ;

MySQL sa: Dokumentation
#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`




I got this problem... anyone who could help me?
 
ya I got the same problem as Pisova. I wollowed the guide as in the video, only thing I got a newer release of xampp
MrSheen thanks for trying to help, but it wasnt enough.
 
ya I got the same problem as Pisova. I wollowed the guide as in the video, only thing I got a newer release of xampp
MrSheen thanks for trying to help, but it wasnt enough.
 
Back
Top