Skip to content

Instantly share code, notes, and snippets.

@liuxd
Last active March 7, 2019 21:34
Show Gist options
  • Save liuxd/776b5b27e0df7e2c317e2672c74750a1 to your computer and use it in GitHub Desktop.
Save liuxd/776b5b27e0df7e2c317e2672c74750a1 to your computer and use it in GitHub Desktop.
[Datetime to date] #MSSQL
SELECT CONVERT(date, LastLoginDate) FROM dbo.VCUsers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment