Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Atudu
.
Toggle Highlighting
SQL
SELECT Year(cat.cl_timestamp) as 'Year', actor.actor_name as 'USER ID', count(cat.cl_from) as 'Total Uploads By User' FROM revision as rev INNER JOIN categorylinks as cat ON rev.rev_page = cat.cl_from INNER JOIN actor ON rev.rev_actor = actor.actor_id WHERE cat.cl_to='Images_from_Wiki_Loves_Butterfly' AND rev.rev_parent_id = 0 AND Year(cat.cl_timestamp) = '2016' GROUP BY actor.actor_name ORDER BY count(cat.cl_from) DESC
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...