Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Superzerocool
.
Consultas varias de estadísticas curiosas de SeroBOT
Toggle Highlighting
SQL
use eswiki_p; -- select * from actor where actor_name = 'SeroBOT'; -- 21 select rev_page, count(1) counted from revision inner join page on rev_page = page_id where rev_actor = 21 and rev_timestamp between '20200101000000' and '20201231235959' and page_namespace = 0 group by 1 having counted > 5 order by 2
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...