Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
thwiki editors with between 1k-10k mobile edits since Jan2021
by
EAsikingarmager (WMF)
This query is marked as a draft
This query has been published
by
Amire80
.
Toggle Highlighting
SQL
set @mobile_edit_tag = ( select ctd_id from change_tag_def where ctd_name = 'mobile edit' ); set @cx_tag = ( select ctd_id from change_tag_def where ctd_name = 'contenttranslation' ); select rev_actor, actor_name, count(rev_id) as edit_count from revision, change_tag, actor where rev_timestamp > 20210100000000 and ct_rev_id = rev_id and ct_tag_id in (@mobile_edit_tag, @cx_tag) and rev_actor = actor_id group by rev_actor having count(rev_id) between 1000 and 10000 order by edit_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...