SQL
x
select * from page join categorylinks join linktarget join templatelinks
on cl_from = page_id
and lt_namespace = page_namespace
and lt_title = page_title
and tl_target_id = lt_id
where cl_to = "Шаблоны-карточки_по_алфавиту"
and tl_from_namespace = 0
limit 3
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.