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 where pl2.pl_title like "%/_рад%" ESCAPE "/" and pl2.pl_title not like "%рада)"*/ select pl_title, page_title from page join pagelinks on pl_title = pl_from AND page_namespace = 0 and page_is_redirect = 0 AND pl_from_namespace = 0 where page_title in (select pl1.pl_title FROM enwiki_p.pagelinks pl1 where pl1.pl_from = 43401631) ORDER BY page_title#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...