Skip to content

Instantly share code, notes, and snippets.

@gabrielizalo
Created July 8, 2017 00:18
Show Gist options
  • Save gabrielizalo/7f7143f60a5a231b2dd3c1663afdfe8c to your computer and use it in GitHub Desktop.
Save gabrielizalo/7f7143f60a5a231b2dd3c1663afdfe8c to your computer and use it in GitHub Desktop.
MS SQL - GetDate without time
SELECT CAST ( FLOOR ( CAST ( GETDATE() AS DECIMAL (12, 5) ) ) AS DATETIME )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment