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
Bulgu
.
Toggle Highlighting
SQL
USE trwiki_p; select concat("tr.wikipedia.org/wiki?curid=",page_id) as url, page_title,page_namespace,concat("tr.wikipedia.org/wiki/",page_title) as url2 from page left join redirect on rd_from = page_id left join pagelinks on pl_from = page_id where page_is_redirect = 1 and rd_from is null limit 20 ;
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...