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_len, old_len FROM revision Rn, (SELECT rev_id, rev_len AS old_len FROM revision) Rl 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 WHERE Rl.rev_id=Rn.rev_parent_id AND Rn.rev_len > old_len + 10000 AND old_len > 0 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...