SQL
AخA
select * 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.