Fork of Scrape OTRS by Jarekt
This query is marked as a draft This query has been published by Jarekt.

SQL

AخA
 
use commonswiki_p;
SELECT  CONCAT("File:",page_title)
FROM page
JOIN externallinks ON page_id=el_from AND el_to LIKE 'https://redbook-ua.org/media/images/main%'
JOIN categorylinks ON page_id=cl_from AND cl_to='Media_without_a_license:_needs_history_check' 
WHERE  page_namespace = 6 
limit 35000
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...