Sam Carleton wrote: > I am working on a trigger that only needs to be fired when the value for > the column 'Selected' is 1. How exactly do I write that trigger? Here is > what I have come up with: > > ... WHEN (NEW.Selected = 1) ...
Looks OK. What is the problem with that? Regards, Clemens

