Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
AP districts restructure active editors 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 DISTINCT pagel.page_id pl_namespace, pl_title FROM page JOIN categorylinks ON cl_from = page_id AND cl_to="ఆంధ్రప్రదేశ్_జిల్లాలు" AND cl_type="page" JOIN pagelinks ON pl_from=page_id AND pl_from_namespace=page_namespace JOIN page pagel ON pagel.page_namespace=pl_namespace AND pagel.page_title=pl_title LIMIT 10000;
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...