Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Number of edits in a single day on English Wikipedia
by
Aldebrn
This query is marked as a draft
This query has been published
by
Neil Shah-Quinn (WMF)
.
The official Wikimedia REST API updates the number of daily edits every month, but with Quarry we can get the most up-to-date information. For 2018/02/28, the REST API currently (as of 2018/03/22) reports 169754 edits (all editor types, all page types).
Toggle Highlighting
SQL
USE enwiki_p; SELECT sum(edits) FROM ( COUNT(*) as edits FROM archive WHERE ar_timestamp >= "20180228" AND ar_timestamp < "20180301" UNION COUNT(*) as edits FROM revision WHERE rev_timestamp >= "20180228" AND rev_timestamp < "20180301" ) all_edits ;
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...