SQL
AخA
SELECT actor_name, page_namespace, page_title, rev_timestamp, comment_text
FROM revision
JOIN page ON page_id = rev_page
JOIN comment_revision ON comment_id = rev_comment_id
JOIN actor_revision ON actor_id = rev_actor
WHERE comment_text LIKE '%https://en.wikipedia.org/wiki/American_and_British_English_spelling_differences#/media/File:Defence_Defense_Labour_Labor_British_American_spelling_by_country.svg%'
AND rev_timestamp > '202111';
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.