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.