Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save piercelamb/10f6bb23973e8facda5bb0dd4c44e5a3 to your computer and use it in GitHub Desktop.
Save piercelamb/10f6bb23973e8facda5bb0dd4c44e5a3 to your computer and use it in GitHub Desktop.
select sum (bid) as max_bid, publisher from adImpressions group by publisher order by max_bid desc limit 20;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment