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
Edgars2007
.
Toggle Highlighting
SQL
SELECT enp.page_title FROM page enp join externallinks enel on enel.el_from = enp.page_id join templatelinks tpl on enp.page_id=tpl.tl_from join linktarget lt ON tpl.tl_target_id = lt.lt_id WHERE enp.page_namespace = 0 AND enp.page_is_redirect=0 -- and (enel.el_index LIKE 'https://com.eliteprospects%' or enel.el_index LIKE 'http://com.eliteprospects%') and lt_namespace = 10 and tl_from_namespace=6 and lt.lt_title in ("Ice_hockey_stats") group by enp.page_title having count(enel.el_index)=1 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...