Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Active editors for linked pages of AP districts category from 20220403
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
Active editors of all pages linked from AP district category from 20220403, with atleast 5 edits.
Toggle Highlighting
SQL
SELECT CONCAT("[[user:",user_name,"]]") as user_page, COUNT(*) as Edits FROM user JOIN actor ON user_id =actor_user JOIN revision ON rev_actor = actor_id where LEFT(rev_timestamp,8) >= "20240515" AND user_name ='Arjunaraoc' GROUP BY user_name HAVING Edits > 4 ORDER BY Edits DESC, user_name ASC LIMIT 10;
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...