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
.
A pseudorandom sample of 10000 page titles in the main namespace. Doesn't attempt to filter by whether they're redirects, disambigs, or other non-article-like pages (e.g., the minimum-length or at-least-one-outgoing-link rules); any or all of those would be easy. For usage at https://pageviews.wmcloud.org/massviews/ for [[WP:RAQ#Typical page views]] circa 10 September 2024.
Toggle Highlighting
SQL
SELECT page_title FROM page WHERE page_namespace = 0 AND page_random >= 0.83921 ORDER BY page_random ASC LIMIT 10000;
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...