Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite SQL Function Reference » Alphabetical list of functions

TAN function [Numeric] Next Page

TODAY function [Date and time]


Returns the current date.

Syntax

TODAY( * )

Remarks

Use this syntax in place of the historical CURRENT DATE function.

Standards and compatibility
Example

The following statements return the current day according to the system clock.

SELECT TODAY( * ) ;
SELECT CURRENT DATE