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 c ON p.page_title = c.cat_title INNER JOIN ( SELECT rev_page, MIN(rev_id) AS min_rev_id, MAX(rev_id) AS max_rev_id, COUNT(rev_id) AS rev_count FROM revision GROUP BY rev_page) rw ON p.page_id = rw.rev_page INNER JOIN revision rf ON rw.rev_page = rf.rev_page AND rw.min_rev_id = rf.rev_id WHERE p.page_namespace = 14 AND c.cat_pages = 0 AND c.cat_subcats = 0 AND c.cat_files = 0 AND p.page_is_new = 1 AND p.page_is_redirect = 0
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...