Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created December 2, 2011 02:31
Show Gist options
  • Save typeoneerror/1421452 to your computer and use it in GitHub Desktop.
Save typeoneerror/1421452 to your computer and use it in GitHub Desktop.
#my
select code,id from reactions group by code;
#pg
select distinct on (code) code,id from reactions;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment