SQL
AخA
select rev_actor, actor_name, page_id, page_title, rev_id, rev_timestamp
from page, revision, actor
where page_id=rev_page and rev_actor=actor_id and page_id=863 and rev_timestamp<20030000000000
order by rev_timestamp
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.