Subject | Re: [ib-support] Trigger to place date. |
---|---|
Author | Raul Chirea |
Post date | 2002-07-11T02:59:21Z |
NEW.posting_date = 'now'
('now' is transformed in a timestamp, including the hour, minute and second)
NEW.posting_date = 'today'
('today' is transformed in a date without the hour, minute and second)
Regards !
Raul.
('now' is transformed in a timestamp, including the hour, minute and second)
NEW.posting_date = 'today'
('today' is transformed in a date without the hour, minute and second)
Regards !
Raul.