Returns the current date.
TODAY( * )
DATE
Use this syntax in place of the historical CURRENT DATE function.
SQL/2003 Vendor extension.
The following statements return the current day according to the system clock.
SELECT TODAY( * ); SELECT CURRENT DATE; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |