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

SQL

AخA
 
SELECT ipb_address,
       actor_name,
       comment_text
FROM ipblocks
JOIN actor ON actor_id = ipb_by_actor
JOIN comment ON comment_id = ipb_reason_id
WHERE comment.comment_text LIKE "%zscaler%" COLLATE utf8_general_ci;
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.

Query status: complete

Executed in 19.11 seconds as of Mon, 17 Jul 2023 02:05:45 UTC.