Subject AW: [firebird-support] date function
Author Steffen Heil
Hi

> 3. In DB2, to include current date info in a select query, simply use:
> select current date, field_name from table_name
> How to do this in Firebird?

Firebird has CURRENT_TIMESTAMP.
Is it measured in milliseconds, so you can use
timestamp + 100*60*60*24
to add a day.

Regards,
Steffen


[Non-text portions of this message have been removed]