SQL
AخA
USE dewiki_p;
SELECT fr_rev_id
FROM change_tag_def, change_tag, flaggedrevs, user, revision
WHERE ct_tag_id=ctd_id AND ct_rev_id=fr_rev_id AND fr_user=user_id AND rev_id=fr_rev_id AND ctd_name = 'mw-reverted' and fr_timestamp<>fr_rev_timestamp and user_name='BrunoBoehmler'
order by fr_timestamp DESC
LIMIT 100;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.