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
.
The initial list of probably-unreferenced-blps is from <https://github.com/roysmith/bad-articles/blob/main/data/no-refs.1.txt>. I've just added the timestamp of each article's earliest revision. For [[WP:Longstanding unreferenced articles]] circa 15 April 2021.
Toggle Highlighting
SQL
SET @list = (SELECT page_id FROM page WHERE page_namespace = 2 AND page_title = 'Cryptic/blps_wo_ref_tags'); SELECT pl_title, DATE_FORMAT(MIN(rev_timestamp), '%Y-%m-%d %H:%i:%s') FROM pagelinks JOIN page ON page_namespace = pl_namespace AND page_title = pl_title JOIN revision ON rev_page = page_id WHERE pl_from = @list GROUP BY page_title ORDER BY MIN(rev_timestamp) ASC;
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...