SQL
x
USE arwiki_p;
SELECT DISTINCT CONCAT('[[user:', rev_user_text,']]'), COUNT(rev_timestamp)
FROM revision
WHERE rev_timestamp > 20151201000000
AND rev_timestamp < 20160228235959
AND rev_user_text IN
(SELECT REPLACE(pl_title, '_', ' ') FROM pagelinks WHERE pl_from = 2976583 )
GROUP BY rev_user_text 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.