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

SQL

AخA
 
select a.actor_id, a.actor_name, r.rev_timestamp, r.rev_page, p.page_title
from actor a
join revision r on a.actor_id=r.rev_actor
join page p on r.rev_page=p.page_id
where a.actor_id = 1201514 and r.rev_timestamp < 20010213000000 and r.rev_minor_edit=0 and p.page_namespace=0 and p.page_is_redirect=0
order by r.rev_timestamp
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...