Files
sql-snippets/today-0241a35e-0b6d-4056-8add-202af745a853.json
2025-07-07 09:09:23 +02:00

6 lines
199 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)"
}