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
Certes
.
Pairs of edits (same actor, nearby timestamp) in which one creates a substantial mainspace page (or expands a small one) and the other removes text from a similarly sized other page leaving it small
Toggle Highlighting
SQL
SELECT rc_timestamp, rc_timestamp+1000000 FROM recentchanges LIMIT 1;/*BINARY("2022010203")+456/* FROM recentchanges RCa JOIN recentchanges_userindex RCd ON RCd.actor_id = RCa.actor_id AND RCd.rc_timestamp BETWEEN (RCa.rc_timestamp RCd.rc_namespace IN (0, 2, 118) WHERE RCa.rc_namespace = 0 AND (RCa.rc_type = 0 AND RCa.rc_old_len < 1024) OR RCa.rc_type = 1*/
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...