Fork of Reverts in fawiki by a user by Ahmad252
This query is marked as a draft This query has been published by MNeisler (WMF).

SQL

AخA
 
use enwiki_p;
SELECT DISTINCT rev_id
    FROM revision JOIN page ON rev_page=page_id
    JOIN actor ON rev_actor = actor_id
    JOIN comment ON rev_comment_id = comment_id
    WHERE actor_name LIKE 'Apple iKoL'
    AND page_namespace = 0
    LIMIT 5;
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...