Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
The oldest revision of any discussion page on svwiki
by
André Costa (WMSE)
This query is marked as a draft
This query has been published
by
André Costa (WMSE)
.
Toggle Highlighting
SQL
select page_title, page_id, rev_timestamp from svwiki_p.revision r join svwiki_p.page p on p.page_id = r.rev_page where p.page_namespace = 0 and r.rev_timestamp < 20030101000000 # drastically reduces the number of pages to consider group by p.page_id order by r.rev_timestamp asc limit 10
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...