Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
lawiki:Asteroids without trwiki interwikis
by
Evolutionoftheuniverse
This query is marked as a draft
This query has been published
by
Evolutionoftheuniverse
.
Toggle Highlighting
SQL
USE enwiki_p; SELECT CONCAT("#[[",REPLACE(page_title,"_"," "),"]]"), CONCAT("[https://tr.wikipedia.org/wiki/Special:ContentTranslation?to=tr&page=",REPLACE(page_title,"_","+"),"&from=en]") as translatorlink, page_len, page_props.pp_value, COUNT(ll_lang) FROM page INNER JOIN categorylinks ON cl_from = page_id INNER JOIN page_props ON page_id = page_props.pp_page AND page_props.pp_propname = "wikibase_item" INNER JOIN langlinks ON page_id = ll_from AND ll_lang!='tr' WHERE page_namespace = 0 AND cl_to = "Minor_planet_object_articles_(numbered)" AND page_id NOT IN (SELECT DISTINCT ll_from FROM langlinks WHERE ll_lang='tr') GROUP BY page_title ORDER BY CAST(page_title AS int) ;
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...