Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Top Editors of Pages of a main category's direct subcategories
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
To be grouped at the closest leaf corresponding to project
Toggle Highlighting
SQL
use tewiki_p; SELECT page_title as project_page, -- rev_timestamp LEFT(rev_timestamp,4) as edityear, COUNT(*) as Edits FROM page p INNER JOIN revision ON revision.rev_page = p.page_id WHERE p.page_title LIKE "వికీప్రాజెక్టు/%" and (p.page_namespace=4 or p.page_namespace=5) GROUP BY p.page_title, LEFT(rev_timestamp,4) HAVING Edits > 0 ORDER BY p.page_title DESC 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...