Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
WPCleaner removing big chuncks of text (enWP)
by
NicoV
This query is marked as a draft
This query has been published
by
NicoV
.
Lists revisions in mainspace with the WPCleaner tag (id 52) which are 10,000+ bytes smaller than the previous version.
Toggle Highlighting
SQL
SELECT page_title, Rn.rev_timestamp, Rn.rev_id, actor_name, Rn.rev_len AS new_len, Ro.rev_len AS old_len FROM revision Rn JOIN change_tag ON ct_rev_id = Rn.rev_id AND ct_tag_id = 52 JOIN revision Ro ON Ro.rev_id = Rn.rev_parent_id AND Ro.rev_len > 0 AND Rn.rev_len + 10000 < Ro.rev_len JOIN page ON page_id = Rn.rev_page AND page_namespace = 0 JOIN actor ON actor_id = Rn.rev_actor WHERE Rn.rev_len > 50000
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...