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
Cryptic
.
Mainspace non-redirect pages that are fewer than 2000 characters long and in a category that starts with "1" and ends with "Argentine films". For [[WP:VPT#Argentine film stubs]] circa 12 November 2022.
Toggle Highlighting
SQL
SELECT page_title, page_len, COUNT(*) AS '#/outgoing links to mainspace' FROM page JOIN pagelinks ON pl_from = page_id AND pl_namespace = 0 WHERE page_namespace = 0 AND page_is_redirect = 0 AND page_len < 2000 AND EXISTS (SELECT 1 FROM categorylinks WHERE cl_from = page_id AND cl_to LIKE '1%Argentine\_films' LIMIT 1) GROUP BY page_title HAVING COUNT(*) < 15;
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...