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 * from page where page_id = 9107986; /* select * from templatelinks inner join linktarget on lt_id = tl_target_id where lt_title in ( "استشهاد_بويكي_بيانات" ) and tl_from = 9107986; */ /* select * from iwlinks where iwl_title in ( "Q112315598","Q108408025","Q116176016" ); */ #select page.page_id,page.page_namespace,page.page_title,iwlinks.iwl_title from page select count(page.page_id) as count_of_pages,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 ( "Q112315598" ,"Q108408025","Q116176016" ) and lt_title in ( "استشهاد_بويكي_بيانات" ) #and page.page_namespace = 0 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...