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
Agseth
.
Toggle Highlighting
SQL
SELECT page_title FROM templatelinks AS tl1 JOIN linktarget AS lt1 ON lt1.lt_id = tl1.tl_target_id JOIN templatelinks AS tl2 ON tl2.tl_from = tl1.tl_from JOIN linktarget AS lt2 ON lt2.lt_id = tl2.tl_target_id JOIN page ON tl1.tl_from = page_id WHERE lt1.lt_namespace = 10 -- Template: AND lt1.lt_title = 'Controversial' AND tl1.tl_from_namespace = 1 -- Talk: AND lt2.lt_namespace = 10 AND lt2.lt_title like 'WikiProject\_Poland%' AND tl2.tl_from_namespace = 1
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...