This query is marked as a draft This query has been published by Krinkle.

SQL

AخA
 
SELECT
rev_timestamp, rev_id, page_title 
FROM revision
JOIN actor ON actor_id = rev_actor
JOIN page on page_id = rev_page
WHERE page_namespace = 0
AND actor_name = 'Krinkle'
ORDER BY 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.
All SQL code is licensed under CC0 License.

Checking query status...