Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Huji
.
Toggle Highlighting
SQL
USE fawiki_p; SELECT log_user_text, log_title, log_params FROM logging WHERE log_type='block' AND log_params <> '' AND log_timestamp > '20140101' AND log_timestamp < '20150101' AND log_params NOT LIKE 'in%nit%' -- I don't care about infinite/indefinite blocks AND log_user <> 427882 -- I don't care about blocks by AbuseFilter AND log_title NOT REGEXP '[0-9]+\.[0-9]+\.' -- no IP blocks AND (log_params LIKE '%year%' OR log_params LIKE '%month%' OR log_params LIKE '%week%' OR log_params LIKE '%day%') ORDER BY log_user_text, log_params;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...