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
Count Count
.
Toggle Highlighting
SQL
USE dewiki_p; select average(c) from (select count(rev_id) c, rev_timestamp DIV 100000000 as yearandmonth from revision inner join page on rev_page=page_id where page_namespace = 8 and (page_title like "%.css" or page_title like "%.js") group by yearandmonth having yearandmonth>201000 as statistics);
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...