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 WHERE # Filter within 01st oct - 03 dec. range (i.img_timestamp BETWEEN 20171001000000 AND 20171203235959) AND (i.img_user_text IN ("Modjou")) GROUP BY Uploader ORDER BY Images 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...