Last active
March 7, 2019 21:34
-
-
Save liuxd/776b5b27e0df7e2c317e2672c74750a1 to your computer and use it in GitHub Desktop.
[Datetime to date] #MSSQL
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
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