Skip to content

Instantly share code, notes, and snippets.

@lmullen
Created May 11, 2013 20:07
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 lmullen/5561250 to your computer and use it in GitHub Desktop.
Save lmullen/5561250 to your computer and use it in GitHub Desktop.
Find how many contributions contributors have made to an Omeka database
SELECT `text`, COUNT(`text`)
FROM `omeka_element_texts`
WHERE `element_id` = 37
GROUP BY `text`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment