SQL
AخA
USE hewiki_p;
SELECT
CONCAT ("File:", page_title) AS file
FROM page
JOIN templatelinks
ON tl_from = page_id
WHERE tl_title = "אישור_תמונה"
AND page_title NOT LIKE "%/%"
;
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.