SQL
AخA
select p.page_title, r.rev_id, r.rev_timestamp, r.rev_len
from revision r
join page p on r.rev_page = p.page_id
where r.rev_minor_edit = 0 and r.rev_timestamp < 20060000000000 and p.page_id = 12
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.