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
لوقا
.
Toggle Highlighting
SQL
select count(page.page_id) as "count_of_cites",iwlinks.iwl_title as "q_iwl_title" from page inner join templatelinks on page.page_id = templatelinks.tl_from inner join linktarget on lt_id = tl_target_id inner join iwlinks on page.page_id = iwlinks.iwl_from where iwlinks.iwl_title in (select iwl_title from iwlinks where iwl_from = 9120840) and lt_title in ( "استشهاد_بويكي_بيانات", "Citeq", "Cite_Q" ) and page.page_namespace = 0 and lt_namespace = 10; #GROUP BY q_iwl_title; select page.page_title as "count_of_cites",iwlinks.iwl_title as "q_iwl_title" from page inner join templatelinks on page.page_id = templatelinks.tl_from inner join linktarget on lt_id = tl_target_id inner join iwlinks on page.page_id = iwlinks.iwl_from where iwlinks.iwl_title in (select iwl_title from iwlinks where iwl_from = 9120840) and lt_title in ( "استشهاد_بويكي_بيانات", "Citeq", "Cite_Q" ) and page.page_namespace = 0 and lt_namespace = 10 and page.page_title like "نظام_تشغيل" limit 10 #GROUP BY q_iwl_title;
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...