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
SELECT DISTINCT CONCAT('تصنيف:',arwiki_p.page.page_title,'') AS aa , CONCAT('Category:',enwiki_p.page.page_title,'') AS vv , ll.ll_title FROM enwiki_p.page JOIN arwiki_p.page #ON arwiki_p.page.page_title = enwiki_p.page.page_title ON arwiki_p.page.page_namespace = enwiki_p.page.page_namespace LEFT JOIN arwiki_p.langlinks ll ON ll.ll_from = enwiki_p.page.page_id LEFT JOIN enwiki_p.templatelinks tll ON tll.tl_from = enwiki_p.page.page_id WHERE tll.tl_title ="Navseasoncats" and ll.ll_lang = "ar" and arwiki_p.page.page_title = replace(replace(ll.ll_title, "تصنيف:",""), " ", "_") #and CONCAT("تصنيف:" , arwiki_p.page.page_title) = ll.ll_title and enwiki_p.page.page_namespace = 14 and arwiki_p.page.page_namespace = 14 and arwiki_p.page.page_id not in (SELECT ff.tl_from FROM arwiki_p.templatelinks ff WHERE ff.tl_namespace = 10 #and ff.tl_from_namespace=0 and ff.tl_title ="تصنيف_موسم" ) #and arwiki_p.page.page_title like "Fb_%" #GROUP BY arwiki_p.page.page_title, enwiki_p.page.page_title; 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...