SQL
AخA
SELECT page_title
FROM page
-- WHERE page_links_updated IS NULL AND page_namespace = 4
-- WHERE SUBSTR(page_links_updated, 1,10) < 2022032200 AND page_namespace = 0
-- WHERE SUBSTR(page_links_updated, 1,6) < 202002 AND page_namespace = 2
-- WHERE SUBSTR(page_links_updated, 1,6) < 202001 AND page_namespace = 3
WHERE SUBSTR(page_links_updated, 1,6) < 202204 AND page_namespace = 100
LIMIT 150000;
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.