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 substr(rev_timestamp, 1, 6) as date, count(1) counted
from revision_userindex
inner join page on rev_page = page_id
where rev_actor = 21
and rev_timestamp between '20190101000000' and '20221231235959'
-- and page_namespace = 0
group by 1
-- having counted > 7
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.