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
IKhitron
.
Toggle Highlighting
SQL
use hewiki_p; select * from page join langlinks as ll1 on page_id = ll1.ll_from and page_namespace <> 2 and exists (select * from langlinks as ll2 where ll1.ll_lang = ll2.ll_lang and ll1.ll_title = ll2.ll_title and ll1.ll_from <> ll2.ll_from and not exists (select * from page as p1 where p1.page_id = ll2.ll_from and p1.page_namespace = 2)); select * from langlinks where ll_lang = "co" and ll_title = "Marte"; select * from page where page_id = 160 or page_id = 1065863
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...