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, LEFT(rev_timestamp,4) as edityear -- COUNT(*) as Edits FROM page p 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 LEFT(rev_timestamp,4) -- HAVING COUNT(*) > 0 ORDER BY p.page_title, edityear, Edits DESC LIMIT 1000;
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...