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
.
Also shows how to use a namespaces table to print readable full titles.
Toggle Highlighting
SQL
use enwiktionary_p; select page_namespace as namespace, page_title as title, rev_timestamp as last_edited, rd_interwiki, rd_namespace, rd_title from page join revision on rev_id = page_latest join redirect on rd_from = page_id where page_latest <> 0 and page_namespace <> 0 order by rev_timestamp asc limit 5000;
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...