Definition
The GETDATE() function returns the current system timestamp as a DATETIME value without the database time zone offset. The DATETIME value is derived from the Operating System (OS) of the server on which the instance of SQL Server is running.
Syntax
GETDATE()
Example(s)
What to use in Custom SQL field:
GETDATE()
Field Output:
