This query is marked as a draft This query has been published by Chaduvari.

SQL

x
 
use tewiki_p;
SELECT rev_actor,rev_len-@rev_len1 bytes, rev1.rev_parent_id
from revision as rev1
where rev_page=27889
    and @rev_len1=(select rev_len from revision where rev_id=rev1.rev_parent_id)
    order by rev_tmestamp
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...