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
ASammour
.
هذا الاستعلام يستخرج قوالب التصفح غير الموجودة في ويكيبيديا العربية، ويقوم كذلك بجلب عدد المقالات اليتيمة التي يُمكن إصلاحها بإنشاء هذه القوالب
Toggle Highlighting
SQL
select distinct enwiki_p.templatelinks.tl_title, count(enwiki_p.templatelinks.tl_from) from enwiki_p.templatelinks inner join enwiki_p.page on enwiki_p.page.page_title = enwiki_p.templatelinks.tl_title where enwiki_p.page.page_namespace=10 and enwiki_p.templatelinks.tl_title like "%president%" and enwiki_p.page.page_is_redirect = 0 and enwiki_p.page.page_id not in (select enwiki_p.langlinks.ll_from from enwiki_p.langlinks where enwiki_p.langlinks.ll_lang = "ar" and enwiki_p.page.page_id = enwiki_p.langlinks.ll_from) and enwiki_p.templatelinks.tl_from in (select enwiki_p.ll_from from enwiki_p.langlinks where enwiki_p.langlinks.ll_lang = "ar" and enwiki_p.templatelinks.tl_from = enwiki_p.langlinks.ll_from) and enwiki_p.templatelinks.tl_from in (select arwiki_p.categorylinks.cl_from from arwiki_p.categorylinks where arwiki_p.categorylinks.cl_to = "جميع_المقالات_اليتيمة" and arwiki_p.categorylinks.cl_from = tl_from) group by enwiki_p.templatelinks.tl_title order by count(enwiki_p.templatelinks.tl_from) desc limit 200;
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...