Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:19
Show Gist options
  • Save ezhov-da/60525f3b24d6cfffcca39d8015d1cc8f to your computer and use it in GitHub Desktop.
Save ezhov-da/60525f3b24d6cfffcca39d8015d1cc8f to your computer and use it in GitHub Desktop.
sql mssql varchar to datetime
[code:]sql[:code]
SELECT CONVERT(Datetime, '2011-09-28 18:01:00', 120) -- to convert it to Datetime
[/code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment