GETDATE#

Returns the current database system timestamp as a datetime value without the database time zone offset. This value is derived from the operating system of the computer on which the instance of Querona is running.

Syntax#

GETDATE ( )

Return types#

datetime

Example#

SELECT GETDATE() as [now];

See Also#