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) < 2022032800 AND page_namespace = 0
-- WHERE SUBSTR(page_links_updated, 1,6) < 202203 AND page_namespace = 2
WHERE SUBSTR(page_links_updated, 1,6) < 202202 AND page_namespace = 3
-- WHERE SUBSTR(page_links_updated, 1,6) < 202203 AND page_namespace = 711
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.