Loading lesson path
Concept visual
Start at both ends
Return the current date and time:
CURRENT_TIMESTAMP;The CURRENT_TIMESTAMP function returns the current date and time, in a
Formula
'YYYY - MM - DD hh:mm:ss.mmm' format.Also look at the GETDATE() function.
CURRENT_TIMESTAMP
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
❮ SQL Server Functions