Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Wikiproject participants in September 2023
by
Ladsgroup
This query is marked as a draft
This query has been published
by
Ladsgroup
.
Toggle Highlighting
SQL
select wikiproject_name, count(*) no_participants, year FROM (select SUBSTRING_INDEX(page_title,'/',1) as wikiproject_name, rev_actor, left(rev_timestamp, 4) as year from revision join page on rev_page = page_id where page_namespace in (4,5) and page_title like 'WikiProject_%' group by wikiproject_name, rev_actor, left(rev_timestamp, 4)) as wikiproject_editors group by wikiproject_name, year order by count(*) desc;
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...