Fork of Aantal verwijderde pagina's via WP:TBP per moderator by Basvb
This query is marked as a draft This query has been published by Edoderoo.

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.

Checking query status...