This query is marked as a draft This query has been published by Pppery.

SQL

AخA
 
select * from page cat where cat.page_namespace=14 and cat.page_title like "Wikipedians_interested_in%" 
and not exists (select 1 from page article where article.page_namespace=0 
                and article.page_title=replace(replace(cat.page_title,"Wikipedians_interested_in_the",""),"Wikipedians_interested_in_",""))
and (select cat_pages from category where cat_title=cat.page_title) > 0
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...