Skip to content

Instantly share code, notes, and snippets.

@keith9820
Created January 24, 2017 19:15
Show Gist options
  • Save keith9820/94d966053826367c1fe069cd8e686223 to your computer and use it in GitHub Desktop.
Save keith9820/94d966053826367c1fe069cd8e686223 to your computer and use it in GitHub Desktop.
CAST(CAST(year AS VARCHAR(4)) +RIGHT('0' + CAST(month AS VARCHAR(2)), 2) +RIGHT('0' + CAST(day AS VARCHAR(2)), 2) AS DATE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment