Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Files imported to Commonswiki, by month
by
Lena Meintrup (WMDE)
This query is marked as a draft
This query has been published
by
Adamw
.
Toggle Highlighting
SQL
use commonswiki_p; select count(*) as `num`, left(rev_timestamp, 6) as `year_month` from templatelinks join page on tl_from = page_id join revision on page_id = rev_page where tl_from_namespace = 6 -- NS_FILE and tl_namespace = 10 -- NS_TEMPLATE and tl_title = 'Original_upload_log' and (rev_parent_id is null or rev_parent_id = 0) and left(rev_timestamp, 4) = '2020' group by left(rev_timestamp, 6);
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...