SQL
AخA
USE zhwiki_p;
SELECT COUNT(*) AS `count`, log_user_text
FROM logging
WHERE log_type = "delete"
AND log_comment LIKE "大量删除%"
AND log_timestamp > 20170101000000
GROUP BY log_user_text
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.