Skip to content

Instantly share code, notes, and snippets.

@stevesohcot
Created October 18, 2020 01:08
Show Gist options
  • Save stevesohcot/0f9329b8fed3e48adf3449355f452557 to your computer and use it in GitHub Desktop.
Save stevesohcot/0f9329b8fed3e48adf3449355f452557 to your computer and use it in GitHub Desktop.
SQL First of the Month
SELECT DATEADD(month, DATEDIFF(month, 0, @mydate), 0) AS FirstOfMonth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment