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
Superzerocool
.
Getting a "big" total per year of WLM images uploaded to the contests
Toggle Highlighting
SQL
use commonswiki_p; select 2011 year, count(1) images from categorylinks where cl_to = 'Images_from_Wiki_Loves_Monuments_2011' and cl_type = 'file' union select 2012, count(1) images from categorylinks where cl_to = 'Images_from_Wiki_Loves_Monuments_2012' and cl_type = 'file' union select 2013, count(1) images from categorylinks where cl_to = 'Images_from_Wiki_Loves_Monuments_2013' and cl_type = 'file' union select 2014, count(1) images from categorylinks where cl_to = 'Images_from_Wiki_Loves_Monuments_2014' and cl_type = 'file'
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...