Fork of
Consultas varias de SeroBOT <3
by Superzerocool
This query is marked as a draft
This query has been published
by Superzerocool.
SQL
x
use eswiki_p;
-- select * from actor where actor_name = 'SeroBOT'; -- 21
select rev_page, page_title, count(1) counted
from revision_userindex
inner join page on rev_page = page_id
where rev_actor = 21
and rev_timestamp between '20000101000000' and '20221231235959'
and page_namespace = 0
group by 1, 2
-- having counted > 7
order by 3 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.