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 page_title from page left join page_props on page_id = pp_page #and pp_propname = 'hiddencat' where page_namespace = 14 and page_title like 'Articole%' or page_title like 'Pagini%' and pp_page not in (select pp_page from page_props where pp_propname="hiddencat") #group by 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...