SQL
AخA
USE zhwiki_p;
SELECT log_timestamp, log_user_text, log_namespace, log_title, log_comment
FROM logging
WHERE log_type = "delete"
AND log_action = "delete"
AND log_comment LIKE "大量删除%"
AND log_timestamp > 20170101000000
ORDER BY log_timestamp 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.