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

SQL

x
 
use ckbwiki_p;
select templatelinks.*, page.page_id, page.page_title
from templatelinks left join page on templatelinks.tl_from = page.page_id
where templatelinks.tl_namespace = 10 and templatelinks.tl_from_namespace = 0 and templatelinks.tl_title like 'پا%ەڵبژێردراو';
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...