Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
File talk pages with no templates or wikilinks
by
Jo-Jo Eumerus
This query is marked as a draft
This query has been published
by
Nemoralis
.
Per WP:RAQ - Special:Permalink/1181211538 10/22/2023 - modified from Uhai's script
Toggle Highlighting
SQL
SELECT CONCAT('https://en.wikipedia.org/wiki/File_talk:', p.page_title) AS 'Page', TIMESTAMP(r.rev_timestamp) AS 'Last revision', p.page_len AS 'Page length' FROM page p LEFT JOIN pagelinks pl ON p.page_id = pl.pl_from INNER JOIN revision r ON p.page_latest = r.rev_id WHERE p.page_namespace = 0 AND tl.tl_from IS NULL AND pl.pl_from IS NULL -- AND pl.pl_namespace = 4 AND pl.pl_title = 'Signatures' ORDER BY r.rev_timestamp DESC
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...