Name
getdate
— returns the current transaction timestamp, alias of
now
Synopsis
getdate
(
|
) ; |
Description
getdate()
returns the timestamp associated with current transaction.
This is an alias of now()
.
See Also
Date & Time Manipulation section of the SQL Reference Chapter.