Home » SQL & PL/SQL » SQL & PL/SQL » After Update Trigger
After Update Trigger [message #387308] Wed, 18 February 2009 16:08 Go to next message
decci_7
Messages: 68
Registered: March 2006
Member
Hi All,

Is it possible to set an "After Update" Trigger on a specific row of a table? If yes, how can we do it?

Thanks in advance!
Vikas
Re: After Update Trigger [message #387312 is a reply to message #387308] Wed, 18 February 2009 16:22 Go to previous message
ThomasG
Messages: 3212
Registered: April 2005
Location: Heilbronn, Germany
Senior Member
Depends.

You can create an AFTER UPDATE trigger FOR EACH ROW with the CREATE TRIGGER

Any other logic you might need to do it "on a specific row" (whatever that means) you can put in the trigger body.
Previous Topic: Need help on Update SQL...
Next Topic: Group By Clause with Order By Clause
Goto Forum:
  


Current Time: Tue Feb 11 13:45:11 CST 2025