Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
active enwiki IP blocks by duration in months
by
Tamzin
This query is marked as a draft
This query has been published
by
Firefly
.
Note: Per the documentation, if an indef is converted into a tempblock, `ipb_timestamp` should show the start of the tempblock, not of the indefblock. The documentation is wrong. As such, a lot of the top entries are indefs that were turned into 5-10 year blocks after 10-20 years.
Toggle Highlighting
SQL
SELECT ipb_address, ipb_timestamp, ipb_expiry, ipb_anon_only, ipb_reason_id, comment_text FROM ipblocks INNER JOIN comment on ipb_reason_id=comment_id WHERE ipb_user = 0 -- IP AND ipb_address REGEXP '^[0-9]' AND ipb_sitewide = 1 AND ipb_expiry = 'infinity'
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...