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
SuperiorWalrus
.
Get pages listed in the CS1 errors category where one or more of the page references are missing titles
Toggle Highlighting
SQL
SELECT -- categorylinks.cl_from, -- page.page_id, -- page.page_title, -- page.page_touched * FROM categorylinks JOIN page ON categorylinks.cl_from = page.page_id WHERE categorylinks.cl_type = 'page' AND categorylinks.cl_to = 'CS1_errors:_missing_title' LIMIT 50; -- categorylinks.cl_type = 'page' -- AND categorylinks.cl_to = 'Pages_with_citations_lacking_titles'
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...