SQL
AخA
SELECT actor_name, count(*)
FROM recentchanges
LEFT JOIN comment on rc_comment_id = comment_id
LEFT JOIN actor on rc_actor = actor_id
WHERE comment_text LIKE "% - [[Wikipedia:Correct typos in one click|Fix a typo in one click]]"
AND actor_name in ("Uziel302","Bellowhead678")
order by count(*);
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.