SQL
AخA
select concat("Կատեգորիա:",page_title) Կատեգորիա
from redirect rd, page p
where rd_namespace = 14
and rd.rd_from = p.page_id
and p.page_namespace = 14
and exists (select 1 from categorylinks where cl_to = p.page_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.