Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Bot-to-bot reverts (in less than 1 hour) on English Wikipedia Articles
by
EpochFail
This query is marked as a draft
This query has been published
by
EpochFail
.
Toggle Highlighting
SQL
SELECT rev_user_text, reverting_user_text, COUNT(*) FROM u2041__botvbot_p.enwiki_bot2bot_reverted_20140820 AS reverted INNER JOIN page ON page_id = rev_page WHERE reverted.page_namespace = 0 AND TIMESTAMPDIFF(HOUR, reverted.rev_timestamp, reverted.reverting_timestamp) < 1 GROUP BY 1,2 ORDER BY COUNT(*) DESC;
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...