SQL
AخA
select page_title, rev_id, rev_timestamp, actor_name
from page
join revision on rev_page = page_id
join actor on rev_actor = actor_id
where rev_parent_id = 0 and page_namespace = 0 and page_is_redirect = 0 order by rev_timestamp limit 1000
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.