Skip to content

Instantly share code, notes, and snippets.

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