Date

PHOTO EMBED

Tue Dec 26 2023 21:03:38 GMT+0000 (Coordinated Universal Time)

Saved by @darshcode #sql

// Date with time
GETDATE()
// Just the year
YEAR(GETDATE())
// Date without the time
CAST( GETDATE() AS Date )
content_copyCOPY

https://learnsql.com/all-forever-sql-package