Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
WP Croatia tagged as stub, but not assessed as stub
by
GregorB
This query is marked as a draft
This query has been published
by
GregorB
.
Toggle Highlighting
SQL
use enwiki_p; select * from page pa where pa.page_namespace = 0 and pa.page_is_redirect = 0 and pa.page_title in ( select pt.page_title from page pt inner join categorylinks cl on cl.cl_from = pt.page_id where pt.page_namespace = 1 and cl.cl_to = "WikiProject_Croatia_articles" ) and pa.page_title in ( select pt.page_title from page pt inner join categorylinks cl on cl.cl_from = pt.page_id where pt.page_namespace = 1 and cl.cl_to in ("Stub-Class_Croatia_articles") ) and pa.page_id not in ( select tl_from from templatelinks where tl_from_namespace = 0 and tl_title in ( select pt.page_title from page pt inner join categorylinks cl on cl.cl_from = pt.page_id where pt.page_namespace = 10 and cl.cl_to in ("Stub_message_templates") ) ) order by pa.page_len desc limit 100
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...