Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> triggers

triggers

From: Stormbringer <stormbgr_at_dbstech.com>
Date: Thu, 24 Dec 1998 19:23:21 GMT
Message-ID: <stormbgr-ya02408000R2412981323570001@news.digifast.net>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US