Fork of
Suspicious typo fixes
by Certes
This query is marked as a draft
This query has been published
by Ahecht.
SQL
AخA
SELECT rc_title,rc_timestamp,comment_text
FROM recentchanges
JOIN `comment` ON comment_id = rc_comment_id AND comment_text like "%Adding WikiProject tags ([[MediaWiki:AFC-add-project-tags.js|assisted]])%"
WHERE rc_timestamp > "202111060000"
ORDER BY rc_title,rc_timestamp,comment_text
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.