SQL
x
select * 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 = 'Ошибки_в_использовании_шаблона_СтММ'
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.