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
Uhai
.
To do: -Add timestamps for created/last edited -Create crawler bot to filter out articles that have ref sections (and post results to a wiki user page)
Toggle Highlighting
SQL
SELECT CONCAT('https://en.wikipedia.org/wiki/', p.page_title) AS 'Page', COUNT(el.el_id) AS 'External link count', MAX(p.page_len) AS 'Length'-- , TIMESTAMP(MIN(r.rev_timestamp)) AS 'Created' FROM page p LEFT JOIN externallinks el ON p.page_id = el.el_from -- INNER JOIN revision_userindex r ON p.page_id = r.rev_page WHERE p.page_namespace = 0 AND p.page_is_redirect = 0 AND p.page_id IN ( SELECT cl.cl_from FROM enwiki_p.categorylinks cl WHERE cl.cl_to = 'Living_people' ) GROUP BY p.page_title HAVING COUNT(el.el_id) = 0 ORDER BY MAX(p.page_len) ASC 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...