Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save piercelamb/074c8e7d753e2c59fc2ae87d86bb2301 to your computer and use it in GitHub Desktop.
Save piercelamb/074c8e7d753e2c59fc2ae87d86bb2301 to your computer and use it in GitHub Desktop.
select count(*) AS adCount, geo from adImpressions group by geo order by adCount desc limit 20;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment