NOW function [Date and time]

Function

Returns the current date and time. This is the historical syntax for CURRENT TIMESTAMP.

Syntax

NOW* )

Example

The following statement returns the current date and time.

SELECT NOW(*) FROM iq_dummy

Standards and compatibility