Fork of Template edits within a certain period by WhitePhosphorus
This query is marked as a draft This query has been published by WhitePhosphorus.

SQL

AخA
 
USE zhwiki_p;
SELECT rev_id, actor_name, rev_timestamp, page_title, comment_text
FROM revision_userindex
JOIN actor ON rev_actor = actor_id
JOIN page ON rev_page = page_id
JOIN comment ON rev_comment_id = comment_id
WHERE rev_timestamp BETWEEN 20200131000000 AND 20200131133000
 AND page_namespace = 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...