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
Snævar
.
Toggle Highlighting
SQL
select a.page_latest, c.page_latest, b.rev_timestamp, d.rev_timestamp, a.page_title from page a join revision b on a.page_latest = b.rev_id join page c on a.page_title = c.page_title and c.page_namespace = 1 join revision d on c.page_latest = d.rev_id and d.rev_timestamp >= b.rev_timestamp and d.rev_parent_id = 0 where a.page_namespace = 0 limit 2000
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...