SQL
x
USE frwiki_p;
select count(*) from logging where log_action = 'delete' AND log_type='delete' and log_namespace=0 and log_timestamp between '20150101000000' and '20151231235959';
select count(*) from logging where log_action = 'delete' AND log_type='delete' and log_timestamp between '20150101000000' and '20151231235959';
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.