Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
ruwiki: users by edit count in main namespace since 2017
by
Jack who built the house
This query is marked as a draft
This query has been published
by
Anerka
.
Bots excluded.
Toggle Highlighting
SQL
#set @interval = 30; -- in days /* select rev_actor, count(*) from revision join page on rev_page = page_id where page_namespace = 0 and revision.rev_timestamp >= 20220822000000 and rev_actor not in (select ug_user from user_groups where ug_group = 'bot') group by rev_actor order by count(*) desc #set @interval = 30; -- in days select actor_name, ug_group, actor_user, user_id, rev_actor, count(*) from revision, actor, page, user_groups, user where rev_page = page_id and rev_actor = actor_id and page_namespace = 0 and revision.rev_timestamp >= 20220912000000 and rev_actor not in (select ug_user from user_groups where ug_group = 'bot') group by rev_actor order by count(*) desc */ select actor_name, actor_user, user_id from actor, user_groups, user where user_id = actor_id limit 5;
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...