SQL
x
SELECT ipb_by_text, COUNT(ipb_id) FROM enwiki_p.ipblocks
WHERE ipb_timestamp > '201308130000'
AND ipb_reason RLIKE 'not here to contribute'
GROUP BY ipb_by_text
ORDER BY COUNT(ipb_id) 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.