SQL
AخA
SELECT CONCAT('https://en.wikipedia.org/wiki/Draft:', p.page_title), TIMESTAMP(r.rev_timestamp) AS 'Created'
FROM page p
INNER JOIN revision_userindex r ON p.page_id = r.rev_page AND r.rev_parent_id = 0
WHERE p.page_namespace = 118
AND p.page_is_redirect = 0
ORDER BY r.rev_timestamp ASC
LIMIT 100
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.