Skip to content

Instantly share code, notes, and snippets.

@bytefade
Last active August 29, 2015 14:08
Show Gist options
  • Save bytefade/6ee1ca79c1ca6160ea76 to your computer and use it in GitHub Desktop.
Save bytefade/6ee1ca79c1ca6160ea76 to your computer and use it in GitHub Desktop.
Alternative distinc SQL
SELECT MIN(ID) as id, label as label_alt
FROM table
GROUP BY label
ORDER BY MIN(ID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment