Skip to content

Instantly share code, notes, and snippets.

@JorgeMichelena
Created September 19, 2022 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JorgeMichelena/aca9bdde4853932efdbc2dd646730e7f to your computer and use it in GitHub Desktop.
Save JorgeMichelena/aca9bdde4853932efdbc2dd646730e7f to your computer and use it in GitHub Desktop.
SELECT "targets_target"."topic",
COUNT("targets_target"."topic") AS "topic_count"
FROM "targets_target"
GROUP BY "targets_target"."topic"
ORDER BY "topic_count"
DESC LIMIT 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment