Created
July 8, 2017 00:16
-
-
Save gabrielizalo/6b1ab620976a294de72ee82e56f9e101 to your computer and use it in GitHub Desktop.
MS SQL - Date in format YYYYMMDD as String
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 ( VarChar(8), GETDATE(), 112) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment