SQL
AخA
SELECT rev_actor,rev_comment_id
FROM revision
LEFT JOIN comment on rev_comment_id=comment_id
WHERE rev_actor in (3805,21458)
and comment_text LIKE "% - [[Wikipedia:Correct typos in one click|Fix a typo in one click]]"
limit 5;
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.