Fork of
CU blocks by CU
by ProcrastinatingReader
This query is marked as a draft
This query has been published
by Blablubbs.
SQL
AخA
SELECT COUNT(ipb_id) as "blocks", ipb_timestamp DIV 100000000 as "timestamp", actor.actor_name
FROM ipblocks
JOIN comment ON (ipblocks.ipb_reason_id = comment.comment_id)
JOIN actor ON (ipblocks.ipb_by_actor = actor.actor_id)
WHERE
comment.comment_text LIKE '{{([cC]olocationwebhost|[wW]ebhostblock)}}'
GROUP BY ipb_timestamp DIV 100000000, actor.actor_id
ORDER BY ipb_timestamp DESC
LIMIT 2000
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.