TODAY function [Date and time]

Function

Returns the current date. This is the historical syntax for CURRENT DATE.

Syntax

TODAY* )

Example

The following statement returns the current day according to the system clock.

SELECT TODAY( * ) FROM iq_dummy

Standards and compatibility