Skip to content

Instantly share code, notes, and snippets.

@jshinevar
Created October 11, 2017 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jshinevar/2ef3f790dfd81ef79f6f963bc57ce258 to your computer and use it in GitHub Desktop.
Save jshinevar/2ef3f790dfd81ef79f6f963bc57ce258 to your computer and use it in GitHub Desktop.
SELECT DISTINCT Code
, MAX(Date) OVER (PARTITION BY Code) Date
FROM QueryTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment