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
African Hope
.
Get reused photos
Toggle Highlighting
SQL
SELECT i.img_user_text AS Uploader, COUNT(i.img_name) AS Images FROM # get commons images commonswiki_p.image i # get commons page INNER JOIN commonswiki_p.page cp ON cp.page_title = i.img_name # get commons category INNER JOIN commonswiki_p.categorylinks cl ON cp.page_id = cl.cl_from WHERE # Filter within 29th November range i.img_user_text IN ("Modjou", "African Hope", "Papischou") ORDER BY Images DESC LIMIT 5 ;
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...