Files
sql-snippets/today-0241a35e-0b6d-4056-8add-202af745a853.json
2023-01-06 13:15:41 +01:00

6 lines
194 B
JSON

{
"id": "0241a35e-0b6d-4056-8add-202af745a853",
"prefix": "today",
"description": "return the current date without time",
"body": "DATEADD(DAY, DATEDIFF(DAY, 0, CURRENT_TIMESTAMP), 0)"
}