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
XXBlackburnXx
.
Toggle Highlighting
SQL
SELECT actor.actor_user as user_id, actor.actor_name as user_name, COUNT(*) as contributions FROM recentchanges JOIN actor ON recentchanges.rc_actor = actor.actor_id WHERE recentchanges.rc_type != 5 -- Wikidata telt niet mee AND ( rc_log_type IS NULL OR rc_log_type != "newusers" ) AND user_name IS NOT NULL GROUP BY user_name ORDER BY contributions 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...