SQL
AخA
SELECT page_title AS from_title, rd_title AS to_title
FROM redirect
JOIN page ON rd_from=page_id
WHERE rd_title LIKE 'List_of%A–%' AND rd_namespace=0 AND rd_fragment=''
AND page_title NOT LIKE '%A–%' AND page_title NOT LIKE '%A-%' AND page_title LIKE 'List_of%'
GROUP BY to_title
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.