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

SQL

AخA
 
select ipb_by_text, count(*) from ipblocks where ipb_address like "%/%" and ipb_timestamp like "2018%" group by ipb_by_text having count(*) > 5 order by count(*) desc;
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...