ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the current date. This is the historical syntax for CURRENT DATE.
TODAY ( * )
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not supported by Adaptive Server Enterprise.
The following statements return the current day according to the system clock.
SELECT TODAY( * ) SELECT CURRENT DATE