SQL
x
SELECT
r.rev_timestamp,
r.rev_id,
r.rev_len,
r.rev_parent_id,
rp.rev_id
FROM revision r
inner join revision rp on rp.rev_id = r.rev_id
WHERE r.rev_id = 827022456
LIMIT 10
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.