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
XXN
.
Toggle Highlighting
SQL
USE enwiki_p;/* SELECT distinct pl2.pl_title, pl1.pl_title FROM pagelinks pl1 join page p1 on pl1.pl_title = p1.page_title and pl1.pl_from = 2129508 join pagelinks pl2 on pl2.pl_title = p1.page_title */ select p2.page_title, pl_title from pagelinks join page p2 on pl_from = p2.page_id and p2.page_namespace = 0 AND pl_from_namespace = 0 where pl_title in (select pl_title FROM enwiki_p.pagelinks pl1 where pl1.pl_from = 43401631) ORDER BY p2.page_title limit 100#pl1.pl_title;
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...