Subject RE: [firebird-support] Stored Procedure - now ?
Author Thomas Steinmaurer
> I have to make a stored procedure now.
> 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 ?

Sure:

CURRENT_DATE
CURRENT_TIME
CURRENT_TIMESTAMP


Regards,
Thomas