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
Wurgl
.
Toggle Highlighting
SQL
use dewiki_p; SELECT bio.page_title /*COUNT(*)*/ FROM page as bio, pagelinks, page as liste, templatelinks WHERE liste.page_title LIKE "Liste_der_Biografien%" AND liste.page_namespace = 0 AND pl_from = liste.page_id AND pl_from_namespace = liste.page_namespace AND pl_title = bio.page_title AND pl_namespace = bio.page_namespace AND bio.page_id = tl_from AND bio.page_namespace = tl_from_namespace AND tl_title = 'Personendaten' AND tl_namespace = 10 LIMIT 100;
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...