Fork of abusive edit summaries by Graham87
This query is marked as a draft This query has been published by Cryptic.

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 '%uses US spelling%'
  AND rev_timestamp >= '2021';
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.

Checking query status...