SQL
AخA
select rev_id, rev_page, rev_comment_id, rev_actor, rev_timestamp, user_id, user_name
from revision, user
where rev_actor=user_id and rev_page=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.