Fork of enwiki blocks per day by Staeiou
This query is marked as a draft This query has been published by Staeiou.

SQL

AخA
 
select SUBSTRING(log_timestamp,1,8) as day, count(distinct log_title) as num_blocks
from dewiki_p.logging
where log_action = 'block' and log_timestamp > 20060101000000
group by 1 order by 2;
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...