This query is marked as a draft This query has been published by Ahecht.

SQL

AخA
 
SELECT page_title FROM page join templatelinks
on tl_from = page_id join linktarget on tl_target_id = lt_id
AND lt_title = "Episode list"
  AND NOT EXISTS (SELECT 1 FROM templatelinks, linktarget 
                  WHERE tl_from = page_id 
                  AND tl_target_id = lt_id 
                  AND lt_title = "Episode table"
                 )
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...