Created
October 1, 2016 21:07
-
-
Save ronascentes/1544d810cf3159645379daf06ae5cb96 to your computer and use it in GitHub Desktop.
How to truncate date in T-SQL
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(VARCHAR(10), LAST_LOAD_DATE, 101) < CONVERT(VARCHAR(10), GETDATE(), 101) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment