SQL
AخA
SET
STATEMENT max_statement_time = 60 FOR
SELECT
DISTINCT actor_name,
ipb_address,
comment_text,
ipb_timestamp
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 -- exclude IPs
AND LOWER(comment_text) LIKE '%Arturo%'
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.