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
Erutuon
.
Some of the older ones do not have templates (or other transcluded pages) or have templates that also haven't been edited in a long time.
Toggle Highlighting
SQL
use enwiktionary_p; select page_namespace as namespace, page_title as title, concat('en.wiktionary.org?curid=', page_id) as url, date_format(page_links_updated, '%Y-%m-%d') as `when updated`, if(page_is_redirect, 'yes', 'no') as `is redirect` from page where year(page_links_updated) <= 2015;
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...