Computer and Internet » Server » MySQL » Triggers
ID #1009
Does MySQL support after delete or before delete triggers ? If yes , how can I access the row that is deleted or is going to be deleted ?
MySQL has before and after delete triggers, and the OLD keyword provides access to the row being deleted.
Tags: -
Related entries:
- Right Character Encoding with CakePHP and Dojo Toolkit
- Populate SELECT Tag with Dojo and CakePHP
- Can't update table in stored function/trigger because it is already used by statement which invoked this stored function/trigger
- How can I check to see whether a trigger exists and if it exists then delete it ?
- How can I have multiple triggers on the same table and event?
Last update: 2006-10-20 19:15
Author: Christian Trummer
Revision: 1.0
You cannot comment on this entry