Fork of UK uploaders with many free files by XXN
This query is marked as a draft This query has been published by XXN.

SQL

AخA
 
use ukwiki_p;
  SELECT img_name
   FROM image
   join page on image.img_name = page.page_title and page.page_namespace = 6
   join categorylinks c1 on page.page_id=c1.cl_from 
   join categorylinks c2 on page.page_id=c2.cl_from 
   WHERE c1.cl_to = "NowCommons"
       AND c2.cl_to = "Файли_з_NoFoP"
GROUP BY img_name
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...