Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save piercelamb/65f2a55abd18becf487be7ba07c86181 to your computer and use it in GitHub Desktop.
Save piercelamb/65f2a55abd18becf487be7ba07c86181 to your computer and use it in GitHub Desktop.
select sum (bid) as max_bid, geo from adImpressions group by geo 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