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

SQL

AخA
 
SELECT rev_timestamp, rev_actor, rev_page, page_title
FROM revision_userindex
JOIN page ON revision_userindex.rev_page = page.page_id
WHERE rev_actor = (SELECT actor_id FROM actor WHERE actor_name = "Lugnuts")
AND rev_parent_id = 0
AND page_namespace = 0
AND page_is_redirect = 0
AND rev_timestamp BETWEEN (NOW() - INTERVAL 10 YEAR) AND NOW()
ORDER BY rev_timestamp DESC 
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.

Checking query status...