Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Cryptic
.
Pages in both [[Category:1907 births]] and [[Category:All stub articles]], broken down by creator.
Toggle Highlighting
SQL
SET @yr='1907_births'; SELECT @yr, COUNT(rev_page), actor_name FROM actor_revision JOIN revision ON rev_actor = actor_id WHERE rev_id IN (SELECT MIN(rev_id) FROM revision WHERE rev_page IN (SELECT DISTINCT birth.cl_from FROM categorylinks AS birth JOIN categorylinks AS stub ON stub.cl_from = birth.cl_from WHERE birth.cl_to = @yr AND stub.cl_to = 'All_stub_articles') GROUP BY rev_page) GROUP BY actor_name ORDER BY COUNT(rev_page) 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...