Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> triggers
how do I set up a trigger to work on specific rows in another table.
OK, this is what I mean.
table1
did <-primary key
table2
did <-primary key
row trigger is set up on table1. when the triger fires I want the code to just alter table2's stuff where table1.did (from the triger) = table2.did.
Derek Received on Thu Dec 24 1998 - 13:23:21 CST
![]() |
![]() |