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
Valerio Bozzolan
.
STUB query. asd
Toggle Highlighting
SQL
SELECT pl_namespace, pl_title, ( SELECT COUNT( * ) FROM itwiki_p.iwlinks AS wiki_iwl WHERE wiki_iw.iwl_prefix = 'wikinews' AND wiki_if.iwl_title LIKE pl_title ) FROM -- wikinews pages linked from a certain page itwikinews_p.pagelinks AS news_pl JOIN itwikinews_p.page AS news_p ON ( news_pl.pl_from = news_p.page_id ) -- wikipedia articles linking these pages WHERE -- from https://it.wikinews.org/wiki/Wikinotizie:Concorso_2018/Votazione news_p.page_namespace = 4 -- Wikinews: AND news_p.page_title = "Concorso_2018/Votazione" -- just News AND news_pl.pl_namespace = 0;
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...