Subject | RE: [firebird-support] Stored Procedure - now ? |
---|---|
Author | Thomas Steinmaurer |
Post date | 2005-11-11T08:39:39Z |
> I have to make a stored procedure now.Sure:
> In this procedure I insert some records into a table.
> One of the fields contains a date, which should be set to NOW.
>
> In delphi there is a function called NOW that returns the actual date
> and time.
>
> Does this exists in firebird ?
CURRENT_DATE
CURRENT_TIME
CURRENT_TIMESTAMP
Regards,
Thomas