SQL
AخA
select page_namespace, page_title from revision_userindex join page
on rev_page = page_id
where rev_actor = 4128
and not rev_parent_id
and exists
(select * from categorylinks
where cl_from = page_id
and cl_to = 'Страницы_значений_по_алфавиту')
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.