Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Simple Trigger Question
On 27 Jul 2004 12:48:48 -0700, lduhl_at_corp.realcomp.com (Lee) wrote:
>What do I need to do to the statment above, to make trigger update the
>"UpdateDate" field upon the initial change of the "ImageUrl" field?
pointer : what is the result of comparing a non-null value
(:new.imageurl) to a NULL value (:old.imageurl)?
a) true
b) null
-- Sybrand Bakker, Senior Oracle DBAReceived on Tue Jul 27 2004 - 15:28:24 CDT