Fork of search for edit summary containing name in RecentChanges by Graham87
This query is marked as a draft This query has been published by Graham87.

SQL

AخA
 
SELECT rc_title,rc_timestamp,comment_text, actor_name
FROM recentchanges
JOIN `actor` on actor_ID = rc_actor
JOIN `comment` ON comment_id = rc_comment_id AND comment_text like "%rafales%" COLLATE utf8_general_ci
ORDER BY actor_name
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...