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 the main namespace with internal links to at least 3000 distinct pages. Limited to pages with length at least 45000 characters for performance reasons. [[Outline of Islam]] is a surprising outlier with 4125 links and a page_len of just 49316; only one other page with page_len < 100000 has at least 4000 links (at ~70k characters). There's about twenty more with between 3000 and 4000 links, all at least 70k chars. It's unlikely there will be any others under 45k, and if so, I'm reasonably sure none will be article-ish.
Toggle Highlighting
SQL
SELECT page_title, COUNT(*), page_len FROM pagelinks JOIN page ON page_id = pl_from WHERE page_namespace = 0 AND page_is_redirect = 0 AND page_len >= 45000 GROUP BY page_title, page_len HAVING COUNT(*) >= 3000 ORDER BY COUNT(*) 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...