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
Luna ss42
.
Toggle Highlighting
SQL
select year(ru.rev_timestamp) y, month(ru.rev_timestamp) m, day(ru.rev_timestamp) d, hour(ru.rev_timestamp) h, count(*) c from revision_userindex ru join actor_revision a on a.actor_id = ru.rev_actor join user u on a.actor_user = u.user_id where YEAR(ru.rev_timestamp) >= 2018 and u.user_name not in (select ug_user from user_groups where ug_group = "bot") GROUP BY y, m, d, h;
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...