This query is marked as a draft This query has been published by Xiplus.

SQL

x
 
SELECT user_name, ipb_address, ipb_range_start, ipb_range_end, ipb_range_end-ipb_range_start
FROM ipblocks
JOIN actor ON ipb_by_actor = actor_id
JOIN user ON actor_user = user_id
WHERE ipb_address LIKE '8.%'
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...