Fork of Timestamp of first UploadWizard upload with log_comment_id = 44 by Guillom
This query is marked as a draft This query has been published by Guillom.

SQL

AخA
 
SELECT MIN(r_first.rev_timestamp) AS first_uploadwizard_page_creation
FROM revision r_first
WHERE r_first.rev_parent_id = 0
  AND EXISTS (
    SELECT 1
    FROM revision r_later
    WHERE r_later.rev_page = r_first.rev_page
      AND r_later.rev_comment_id = 33984
  );
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...