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

SQL

AخA
 
SELECT
  ipb_address,
  ipb_by_text,
  ipb_timestamp,
  ipb_reason,
  ipb_auto,
  ipb_anon_only,
  ipb_create_account,
  ipb_user,
  ipb_allow_usertalk
FROM ipblocks
WHERE ipb_expiry = "infinity" AND ipb_reason NOT LIKE "%equest%" AND ipb_reason NOT LIKE "%roxy%" AND ipb_reason NOT LIKE "%eckuser%" AND ipb_reason NOT LIKE "%osting%" AND ipb_reason NOT LIKE "%roxies%" AND ipb_reason NOT LIKE "%webhost%" AND ipb_reason NOT LIKE "%versight%" AND ipb_reason NOT LIKE "%Tor%" AND ipb_reason NOT LIKE "%OTRS%" AND ipb_reason NOT LIKE "%otrs%" AND ipb_reason NOT LIKE "%GWA%" AND ipb_reason NOT LIKE "%onspeed%"
AND ipb_user = 0;
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...