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: Update trigger, detecting missing columns

Re: Update trigger, detecting missing columns

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 20 Dec 2005 09:35:33 -0800
Message-ID: <1135100133.482074.76470@o13g2000cwo.googlegroups.com>


Would comparing :new.B = :old.B not give you what you want (with potentially adding null handling). It would just leave out the posibility of an update that sets the value of B to what it was previously. Received on Tue Dec 20 2005 - 11:35:33 CST

Original text of this message

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