Hello,
I am using DB2 v9.5.
I want to create a trigger that I want to fire on select, update or delete,
Is it possible? What is the syntax?
CREATE TRIGGER T_UPDATESUM
BEFORE INSERT ON orders | BEFORE UPDATE ON lineitem | ......
I tried google it, but couldn't find anything very helpful.
thank you,
Oscar