SQL
AخA
USE fawiki_p;
SELECT concat('[[User:',user_name,']]'), COUNT(*)
FROM revision JOIN page ON page_id=rev_page LEFT JOIN user ON user_id=rev_user
WHERE
page_namespace = 0 AND
(rev_comment LIKE '%واگردان%' OR rev_comment LIKE 'خنثی•سازی%') AND
rev_timestamp > 20160601000000
GROUP BY user_name
ORDER BY COUNT(*) DESC;
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.