community.borland.com

Article #25763: How do I select the system date

Problem:
How do I select the system date

Solution:
You can execute the query:

select cast('today' as date) from rdb$database

and it will return the current date.

Last Modified: 20-OCT-00