Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Most active editors of the year 2022 in Farsi Wikipedia
by
Hooman Mallahzadeh
This query is marked as a draft
This query has been published
by
Balyozxane
.
Most active editors of the year 2022 in Farsi Wikipedia
Toggle Highlighting
SQL
SELECT ROW_NUMBER() OVER(ORDER BY COUNT(*) desc) num, u.user_name, COUNT(*) FROM user u join actor a on a.actor_user=u.user_id join revision_userindex r on a.actor_id=r.rev_actor and r.rev_timestamp between 20230101000000 and 20240101000000 #join page p on p.page_id=r.rev_page GROUP BY u.user_name having COUNT(*)>50 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...