Fork of Total size of all files in Commons by Tohaomg
This query is marked as a draft This query has been published by Tohaomg.

SQL

AخA
 
USE commonswiki_p;
SELECT page_title, cl_to
FROM page JOIN categorylinks ON cl_from = page_id
WHERE cl_to = 'Media_renaming_requests_needing_target'
    AND ((page_title LIKE '%а%') 
         OR (page_title LIKE '%і%') 
         OR (page_title LIKE '%и%') 
         OR (page_title LIKE '%о%') 
         OR (page_title 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.

Checking query status...