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
Vjudge1
.
有些頁面屬於刪後重建,重建之前的版本若未恢復則會留在這裡。另外,重定向和消歧義都算在內。
Toggle Highlighting
SQL
USE zh_classicalwiki_p; SELECT `a`.`ar_title`, `a`.`min_timestamp` FROM (SELECT `a`.`ar_title`, `a`.`min_timestamp` FROM (SELECT DISTINCT `ar_title` FROM `archive`) AS `archive` INNER JOIN (SELECT `a`.`ar_title`, MIN(`a`.`ar_timestamp`) AS `min_timestamp` FROM `archive` AS `a` WHERE `a`.`ar_namespace` = 0 GROUP BY `a`.`ar_title`) AS `a` ON `archive`.`ar_title` = `a`.`ar_title`) AS `a` ORDER BY `a`.`min_timestamp` ASC ;
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...