Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Page links last updated before 20240527 (and not NULL)
by
Wbm1058
This query is marked as a draft
This query has been published
by
Wbm1058
.
page_latest may be 0 during page creation. It needs to link to a valid revision or will see the "The revision #0 of the page named 'Foo' does not exist" error when one tries to view the page.
Toggle Highlighting
SQL
SELECT page_links_updated, page_namespace, page_title FROM page WHERE page_links_updated IS NULL LIMIT 1000;
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...