SQL
x
USE commonswiki_p;
SELECT CONCAT('# [[:File:', REPLACE(page_title,'_',' '), ']]') FROM page
WHERE page_title REGEXP 'San_Antonio_Express\._\(San_Antonio,_Tex.\),_Vol\._39,.+\.jpg'
AND page_namespace = 6;
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.