[SQL] Trigger question

2001-02-14 Thread Dave Wedwick
Hi! I have a table with an int4 field called inserttime. Regardless of what the user enters in this field, I want a trigger to put now() into it. What's the syntax for the trigger? Thanks!

[SQL] Trigger question

2001-02-14 Thread Dave Wedwick
Hi! I have a table with an int4 field called inserttime. Regardless of what the user enters in this field, I want a trigger to put now() into it. What's the syntax for the trigger? Thanks!

[SQL] Re: Trigger question

2001-02-14 Thread Dave Wedwick
trigger... Thanks! Dave Wedwick wrote: > Hi! > > I have a table with an int4 field called inserttime. Regardless of what > the user enters in this field, I want a trigger to put now() into it. > > What's the syntax for the trigger? > > Thanks!