SQL
x
SELECT
r.rev_id,r.rev_page,r.rev_timestamp,page.page_title
FROM
revision_userindex r
LEFT JOIN page
ON r.rev_page = page.page_id
WHERE
rev_actor=(SELECT actor_id FROM actor_revision WHERE actor_name='SeroBOT')
AND rev_timestamp BETWEEN 20191018000000 AND 20191115000000;
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.