Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jamesgreenblue/8fd92826c6fee790271141a7491541ec to your computer and use it in GitHub Desktop.
Save jamesgreenblue/8fd92826c6fee790271141a7491541ec to your computer and use it in GitHub Desktop.
select agent, count(*)
from `wp_ahm_download_stats`
group by agent
ORDER BY `count(*)` DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment