Now
Details
NOW()
is Like GETDATE()
in T-SQL returns a DATETIME
value but also with the
relevant timezone info if casted to that.
Usage
SELECT NOW();
Backlinks
NOW()
is Like GETDATE()
in T-SQL returns a DATETIME
value but also with the
relevant timezone info if casted to that.
SELECT NOW();