How to reject delete statement in before delete trigger (mysql) ?
Sample use case : I have a record with specified id that I w
Look here, same thing but with an insert-trigger: How to abort INSERT operation in MySql trigger?