Skip to content

Instantly share code, notes, and snippets.

@gabrielizalo
Created July 8, 2017 00:16
Show Gist options
  • Save gabrielizalo/6b1ab620976a294de72ee82e56f9e101 to your computer and use it in GitHub Desktop.
Save gabrielizalo/6b1ab620976a294de72ee82e56f9e101 to your computer and use it in GitHub Desktop.
MS SQL - Date in format YYYYMMDD as String
SELECT CONVERT ( VarChar(8), GETDATE(), 112)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment