SQL
x
USE dewiki_p;
SELECT DISTINCT(actor_name) FROM revision, comment, actor
WHERE rev_comment_id=comment_id
AND rev_actor=actor_id
AND comment_text LIKE 'Revert auf Version von [[Benutzer:%'
AND rev_timestamp>'202001010000'
AND actor_name NOT LIKE 'de>%';
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.