SQL
AخA
SELECT rev_id, rev_page, rev_timestamp, rev_sha1, rev_actor
FROM revision AS rev1
WHERE rev1.rev_page IN
(SELECT rev_page FROM revision AS rev2 WHERE
rev2.rev_timestamp >= 20220601000000
AND rev2.rev_timestamp < 20220701000000
)
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.