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

SQL

AخA
 
# SELECT tl_from, page_title
SELECT *
FROM templatelinks
JOIN linktarget ON lt_id = tl_target_id
JOIN page ON tl_from = page_id
# WHERE lt_title = "Auto_short_description" # can't be found
# WHERE tl_target_id = 137 # Short description
# WHERE tl_target_id = 501 # Has short description
    # AND page_title LIKE 'Brownsville%'
    WHERE page_title LIKE '%Sigyn%'
# LIMIT 3
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...