NOW
Function
Returns the current date and time, in the local time zone.
Syntax
NOW()
Return Value
A date string formatted like "2016-07-23 22:12:55.652".Example
PRINT NOW();
SQL Notebook |
NOW
FunctionReturns the current date and time, in the local time zone.
NOW()
PRINT NOW();