Re: How do refer to the whole record in triggers
From: Dave Mausner <dmausner_at_brauntech.com>
Date: 1996/08/29
Message-ID: <5036di$a3b_at_client2.news.psi.net>#1/1
Date: 1996/08/29
Message-ID: <5036di$a3b_at_client2.news.psi.net>#1/1
In article <3224DF5B.6C68_at_best.com>, Anantha Kasetty <anantha_at_best.com> wrote:
>Hi,
>Everything is fine till here, but when I
>started writing the trigger, I realized that there were two fields in
>the master tables named "BEGIN" and the other one was "END".
whenever a column name is the same as a reserved word, enclosed the column name in double-quotes like this:
insert into blah( this, that, "BEGIN", ... ) values ( ... )
case sensitive!
-- Dave Mausner, Consulting Manager, Braun Technology Group, Chicago.Received on Thu Aug 29 1996 - 00:00:00 CEST