Skip to content

Instantly share code, notes, and snippets.

@ikoner
Last active December 3, 2018 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikoner/904e6d84145b569a21e90f43c37b619b to your computer and use it in GitHub Desktop.
Save ikoner/904e6d84145b569a21e90f43c37b619b to your computer and use it in GitHub Desktop.
MS SQL convert datetime
convert(datetime,'2017-11-08 10:45:23.213', 21)
https://docs.microsoft.com/en-us/sql/t-sql/functions/cast-and-convert-transact-sql?view=sql-server-2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment