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
MarioGom
.
Toggle Highlighting
SQL
SET STATEMENT max_statement_time = 60 FOR SELECT ip24, c FROM ( SELECT ip24, count(*) AS c FROM ( SELECT DISTINCT ipb_address, REGEXP_REPLACE(ipb_address, '\.[0-9]+$', '') AS ip24 FROM ipblocks -- INNER JOIN actor ON (ipblocks.ipb_by_actor = actor.actor_id) INNER JOIN comment ON (ipblocks.ipb_reason_id = comment.comment_id) WHERE TRUE AND ipb_user = 0 AND ipb_address NOT LIKE '%:%' -- exclude IPv6 AND ipb_address NOT LIKE '%/%' -- exclude ranges AND ( FALSE -- comment_text LIKE '%roxy%' -- OR comment_text LIKE '%roxies%' -- OR comment_text LIKE '%NOP%' OR comment_text LIKE '%VPN%' ) AND ipb_address NOT LIKE '49.228.%' -- exclude problematic Thai range AND ipb_address NOT LIKE '175.177.%' -- exclude problematic Japanese range ) AS q1 GROUP BY ip24 ) AS q2 WHERE c >= 5 ORDER BY ip24 ASC
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...