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.