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
Tomigaoka
.
Toggle Highlighting
SQL
SELECT * FROM page p INNER JOIN category cat ON p.page_title = cat.cat_title INNER JOIN ( SELECT rev_page, MIN(rev_id) AS first_rev_id, MAX(rev_id) AS last_rev_id, COUNT(rev_id) AS rev_count FROM revision GROUP BY rev_page) rev_group ON p.page_id = rev_group.rev_page INNER JOIN revision first_rev ON rev_group.rev_page = first_rev.rev_page AND rev_group.first_rev_id = first_rev.rev_id INNER JOIN actor first_actor ON first_rev.rev_actor = first_actor.actor_id INNER JOIN ipblocks block ON first_actor.actor_user = block.ipb_user INNER JOIN comment block_comment ON block.ipb_reason_id = block_comment.comment_id WHERE p.page_namespace = 14 AND cat.cat_pages = 0 AND cat.cat_subcats = 0 AND cat.cat_files = 0 ORDER BY first_actor.actor_name
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...