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

SQL

AخA
 
SELECT
  page_namespace,
  page_title,
  lt_namespace,
  lt_title
FROM
  templatelinks
    JOIN linktarget ON tl_target_id=lt_id AND lt_id=141827
    RIGHT JOIN page ON tl_from=page_id
WHERE
  page_namespace NOT IN (0, 120, 146)
  AND page_title LIKE '%/Configuration'
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...