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
Lofhi
.
Toggle Highlighting
SQL
SELECT revision_date, AVG(revision_count) AS average_revisions FROM ( SELECT DATE(rev.rev_timestamp) AS revision_date, COUNT(*) AS revision_count FROM revision AS rev INNER JOIN page AS p ON rev.rev_page = p.page_id WHERE rev.rev_timestamp BETWEEN '2022-01-01 00:00:00' AND '2022-12-31 23:59:59' GROUP BY revision_date ) AS subquery GROUP BY revision_date;
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...