Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Pages using stub category instead of template
by
The Earwig
This query is marked as a draft
This query has been published
by
ASammour
.
Toggle Highlighting
SQL
SELECT count(page_title) FROM page inner JOIN categorylinks ON page_id = cl_from WHERE page_namespace = 0 AND cl_type = "page" AND cl_to LIKE "%_stubs" AND page_id NOT in ( SELECT tl_from FROM templatelinks WHERE tl_from = page_id AND tl_from_namespace = 0 AND tl_namespace = 10 AND tl_title LIKE "%stub" );
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...