Skip to content

Instantly share code, notes, and snippets.

@brianr
Created May 12, 2015 21: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 brianr/b4150ee6e1c4b5648125 to your computer and use it in GitHub Desktop.
Save brianr/b4150ee6e1c4b5648125 to your computer and use it in GitHub Desktop.
select body.trace.exception.message, count(*)
from item_occurrence
where item.counter = 123456
group by 1
order by 2 desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment