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
Boivie
.
Toggle Highlighting
SQL
select p.page_title, p.page_id, lt.lt_title, p.page_namespace from svwiki_p.templatelinks tl join svwiki_p.page p on p.page_id = tl.tl_from join svwiki_p.linktarget lt on lt.lt_id = tl.tl_target_id where p.page_namespace not in (0,10,14,2,4) and lt.lt_namespace = 10 and lt.lt_title like '%stub' order by lt.lt_id asc limit 100
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...