Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
XXN
.
Toggle Highlighting
SQL
use rowiki_p; select p1.page_title, pp_propname 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 = 14 and cl_from like 'Articole_scrise_într-un_ton%' 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...