Skip to content

Instantly share code, notes, and snippets.

@lmullen
Created March 27, 2013 02: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/5250986 to your computer and use it in GitHub Desktop.
Save lmullen/5250986 to your computer and use it in GitHub Desktop.
Find the number of contributions each contributor has made to an Omeka database
SELECT TEXT, COUNT( * )
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