SQL
AخA
USE commonswiki_p;
SELECT * FROM page
JOIN revision ON rev_page = page_id
JOIN categorylinks ON cl_from = page_id
WHERE cl_to='Spoken_Wikipedia_-_English'
AND MIN(rev_timestamp) > '2019-01-01'
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.