This query is marked as a draft This query has been published by IKhitron.

SQL

x
 
select cl_to as category, concat('תבנית:', page_title) as template from templatelinks join page join categorylinks
on tl_from = page_id
and page_id = cl_from
where tl_namespace = 828
and tl_title = 'תבנית_מידע'
and tl_from_namespace = 10
and cl_to like 'תבניות_מידע_-%'
order by 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.

Checking query status...