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

SQL

AخA
 
SELECT templatelinks.*, linktarget.*
FROM templatelinks
JOIN page ON page_id = tl_from
LEFT JOIN linktarget ON lt_id = tl_target_id
WHERE page_namespace = 14 -- Category:
  AND page_title = 'Wikipedia_files_with_the_same_name_on_Wikimedia_Commons_as_of_19_September_2022'
ORDER BY lt_namespace ASC, lt_title ASC;
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...