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 page.page_title, CAST(page.page_touched AS DATETIME) AS 'last_touched', CONCAT("https://en.wikipedia.org/wiki/",page.page_title) AS 'link' FROM categorylinks INNER JOIN page ON categorylinks.cl_from = page.page_id WHERE -- Only pages linked in the category page categorylinks.cl_type = 'page' AND categorylinks.cl_to = 'CS1_errors:_missing_title' -- Exclude new pages, they might be in the process of fixing title errors AND page.page_is_new <> 1 -- AND categorylinks.cl_to = 'Pages_with_citations_lacking_titles' (old category name)
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...