SQL
x
SELECT
r.rev_timestamp,
r.rev_id,
r.rev_len,
r.rev_parent_id,
rp.rev_id
FROM revision r,
(SELECT * from revision r2 where r2.rev_id = r.rev_parent_id LIMIT 1) rp
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.