Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
WLAf 2017 photos reused on November edit-athon
by
African Hope
This query is marked as a draft
This query has been published
by
African Hope
.
Toggle Highlighting
SQL
SELECT i.img_user_text AS Uploader, COUNT(i.img_name) AS Images, SUM(i.img_name) as Total 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 the range 28th October and 09th november (i.img_timestamp BETWEEN 2017102800000 AND 201711090000000) AND cl.cl_to = "Images_from_Wiki_Loves_Africa_2017_in_Côte_d'Ivoire" GROUP BY Uploader ORDER BY Images DESC WITH ROLLUP;
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...