Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Task#1
by
Rvyedz
This query is marked as a draft
This query has been published
by
Rvyedz
.
Toggle Highlighting
SQL
SELECT page.page_title, CONCAT('https://en.wikipedia.org/wiki/', page.page_title) AS url, rev_text.text AS biography FROM page JOIN categorylinks ON page.page_id = categorylinks.cl_from LEFT JOIN revision ON page.page_latest = revision.rev_id LEFT JOIN text AS rev_text ON revision.rev_text_id = rev_text.old_id WHERE categorylinks.cl_to = 'Living_people' AND page.page_namespace = 0 ORDER BY page.page_title ASC LIMIT 536642;
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...