Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Find files in a category used on a particular wiki
by
Bjh21
This query is marked as a draft
This query has been published
by
Bjh21
.
This query demonstrates the gap in uploads from Geograph Britain and Ireland between 1780732 and 1800000.
Toggle Highlighting
SQL
select substr(cl_sortkey, 1, 6) as block, count(distinct cl_sortkey_prefix) from categorylinks where cl_to = 'Images_from_Geograph_Britain_and_Ireland' and cl_type = 'file' AND cl_sortkey between ' 01770000' and ' 01820000' group by block;
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...