Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
User edits for users in a registration period
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
Users registered in a year and editing in a year with different tools to know the prevalence of tool usage like wikitext, visual editor etc.
Toggle Highlighting
SQL
Select actor_user, actor_name, ctd_name, count(*) as edits from recentchanges join actor on actor_id=rc_actor join revision on rc_this_oldid=rev_id JOIN change_tag ON rev_id = ct_rev_id JOIN change_tag_def ON ct_tag_id=ctd_id WHERE rc_timestamp like "2022%" AND actor_user in ( Select user_id from user where LEFT(user_registration,8) > "20201231" and LEFT(user_registration,8) < "20220000" AND user_editcount > 4 ) GROUP BY rc_actor ORDER BY edits DESC LIMIT 200
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...