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
.
Lists revisions in mainspace with the WPCleaner tag (id 47) which are 10,000+ bytes larger than the previous version.
Toggle Highlighting
SQL
SELECT page_title, Rn.rev_timestamp, Rn.rev_id, actor_name, Rn.rev_len, (SELECT Ro.rev_len FROM revision Ro WHERE Ro.rev_id = Rn.rev_parent_id AND Ro.rev_len > 0) AS old_len FROM revision Rn JOIN change_tag ON ct_rev_id = Rn.rev_id AND ct_tag_id = 47 JOIN page ON page_id = rev_page AND page_namespace = 0 JOIN actor ON actor_id = rev_actor HAVING Rn.rev_len > old_len + 10000 LIMIT 10;
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...