SQL
AخA
SELECT mainpage.page_title, mainpage.page_is_new
FROM page talkpage
INNER JOIN page mainpage on talkpage.page_title = mainpage.page_title
WHERE talkpage.page_namespace = 1
AND mainpage.page_namespace = 0
AND mainpage.page_is_redirect = 1
AND mainpage.page_title LIKE '%/GA%' # Archive_%'
AND mainpage.page_title NOT LIKE '%/Archive_%' # Archive_%'
ORDER BY talkpage.page_len DESC
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.