Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created July 9, 2009 15:56
Show Gist options
  • Save robinsmidsrod/143762 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/143762 to your computer and use it in GitHub Desktop.
select author, sum(volatility * fail) as most_fails
from distribution
group by author
order by most_fails desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment