SQL
AخA
select page_title, page_id, min(rev_timestamp) created
from revision, page
where rev_page in (32005855, 62750956, 27046954, 41211324, 201936) and rev_page=page_id
group by page_id
order by page_id
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.