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 -> Re: OK Gurus - one to test you re Triggers

Re: OK Gurus - one to test you re Triggers

From: Rui Anastácio <coreto03_at_axa-seguros.pt>
Date: Tue, 17 Aug 1999 17:36:48 +0100
Message-ID: <7pc3a1$tuu$1@duke.telepac.pt>


HUMM !
Try this (I haven't):

 tmp1 := :NEW.colname;
 tmp2 := :OLD.colname;
 IF tmp1 != tmp2 THEN
 ..

tell me if it works, :)
Rui Received on Tue Aug 17 1999 - 11:36:48 CDT

Original text of this message

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