SQL
AخA
USE nlwiki_p;
SELECT COUNT(*), log_user_text
FROM logging
WHERE log_type = 'delete'
AND log_action = 'delete'
AND log_timestamp>20170101000000
AND log_comment LIKE '[[Wikipedia:Te beoordelen pagina%'
GROUP BY log_user
LIMIT 100;
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.