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

SQL

AخA
 
use rowiki_p;
select p1.page_title from page p1
left outer join categorylinks on cl_from = p1.page_id 
left join page p2 on cl_to = p2.page_title and p2.page_namespace = 14 
left join page_props on p2.page_id = pp_page and pp_propname = 'hiddencat'
where p1.page_namespace = 0 and p1.page_is_redirect = 0 /*and p1.page_title not like '%/%' */
AND cl_to not LIKE "Pagini_de_categorisit%"
group by p1.page_title
having count(cl_from)-count(pp_propname) = 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.

Query status: complete

Executed on Mon, 11 Apr 2016 13:46:49 UTC.