Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save julie-mills/3a3cb7195fd9203c37002e6ed9ab28a0 to your computer and use it in GitHub Desktop.
Save julie-mills/3a3cb7195fd9203c37002e6ed9ab28a0 to your computer and use it in GitHub Desktop.
converged indexing_query2
SELECT keyword, count(*) c
FROM search_logs
GROUP BY keyword
ORDER BY c DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment