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
ASammour
.
Toggle Highlighting
SQL
select page_title, substring_index(page_title, "_", -1) , substring_index(page_title, "_", 1) , ll1.ll_title , ll2.ll_title from page inner join langlinks ll1 on substring_index(page_title, "_", -1) = ll1.ll_title inner join langlinks ll2 on substring_index(page_title, "_", 1) = ll2.ll_title where page_namespace = 0 and page_is_redirect = 0 and page_id not in (select ll_from from langlinks where ll_from = page_id) and ll1.ll_lang = "en" and ll2.ll_lang = "en" and page_title not like "%_%_%" 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...