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
Mr. Ibrahem
.
Toggle Highlighting
SQL
use enwiki_p; SELECT catpage.page_title , temppage.page_title , en_ll.ll_title FROM page as catpage, langlinks as en_ll , page as temppage WHERE catpage.page_namespace = 14 and temppage.page_namespace = 10 and catpage.page_title like "%seasons" and catpage.page_title = temppage.page_title and en_ll.ll_from = catpage.page_id and en_ll.ll_lang = "ar" #and temppage.page_id not in (select ll_from from langlinks vv where vv.ll_lang = "ar" and temppage.page_id = vv.ll_from) limit 10;
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...