Fork of Edit size 1 (Fail: Join) by Krinkle
This query is marked as a draft This query has been published by Bawolff.

SQL

AخA
 
SELECT
  r.rev_timestamp,
  r.rev_id,
  r.rev_len,
  r.rev_parent_id,
  rp.rev_id,
  rp.rev_len
FROM revision r
  LEFT JOIN revision rp ON rp.rev_id = r.rev_parent_id
WHERE r.rev_id = 834314845
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.

Checking query status...