SQL
AخA
SELECT COUNT(DISTINCT(rev_page))
FROM revision
JOIN page ON page_id = rev_page
JOIN categorylinks ON cl_from = rev_page
WHERE cl_to IN ('WMDRC-ma_ville_sur_commons')
AND page_namespace = 6
AND page_is_redirect = 0
AND rev_timestamp BETWEEN 20231101000000 AND 20231130125959
AND rev_parent_id = 0;
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.