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
Hamish
.
Query all adding content diff for Omg20070524
Toggle Highlighting
SQL
SELECT r.rev_id FROM revision AS r JOIN revision AS rr ON r.rev_parent_id = rr.rev_id LEFT JOIN change_tag AS ct ON r.rev_id = ct.ct_rev_id WHERE r.rev_actor = 10427791 AND rr.rev_len < r.rev_len GROUP BY r.rev_id HAVING SUM(CASE WHEN ct.ct_tag_id = 253 THEN 1 ELSE 0 END) = 0 ORDER BY r.rev_timestamp 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...