Last active
December 3, 2018 10:09
-
-
Save ikoner/904e6d84145b569a21e90f43c37b619b to your computer and use it in GitHub Desktop.
MS SQL convert datetime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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