SQL
x
USE wikidatawiki_p;
SELECT DISTINCT rc_title
FROM recentchanges
WHERE rc_namespace = 120
AND rc_timestamp >= "20171031000000"
AND rc_timestamp < "20171107000000"
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.