SQL
x
select rc_timestamp, rc_bot, rc_new, rc_patrolled, comment_text, actor_name from recentchanges join comment join actor
on rc_comment_id = comment_id
and rc_actor = actor_id
where rc_source = 'mw.categorize'
and rc_title = 'Ошибки_в_использовании_шаблона_СтММ'
and not actor_name = 'IKhitron'
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.