Fork of find pagelinks title LIKE '%ttp%' by Estopedist1
This query is marked as a draft This query has been published by Estopedist1.

SQL

x
 
USE commonswiki_p;
SELECT CONCAT ("File:",page_title,"")
FROM page AS page
WHERE page_title LIKE '%.opus'
AND page_namespace = 6
#AND cat_title NOT LIKE "Images_from_the_Geograph_British_Isles_project_needing_categories%"
#(cat_title LIKE '%don%require%'
 #      OR cat_title LIKE '%Biathl%')
#OR pl_title LIKE '%Http%'
LIMIT 999;
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...