Subject | Re: [firebird-support] Trigger for updating timestamp field? |
---|---|
Author | Nick Upson |
Post date | 2007-02-22T14:50:33Z |
certainly, I do it all the time. in a before update trigger have code
that looks something like
new.last_update_dt = 'now';
that looks something like
new.last_update_dt = 'now';
On 22/02/07, WEB ADMIN WEI <webadmin@...> wrote:
> Hello,
>
> I was wondering if it's possible to use trigger (or any other FB mechanism) to automatically update a value in a field of datatype TIMESTAMP?