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.
Query status: complete
Executed in 938.35 seconds as of Sun, 02 Feb 2020 15:34:52 UTC.