Fork of #/articles in CAT:LP, and #/those that are footballers by Cryptic
This query is marked as a draft This query has been published by Mr. Ibrahem.

SQL

x
 
select page_title, page_namespace 
    from page, templatelinks, linktarget
    where page_id = tl_from
    and ( page_namespace = 0 or page_namespace = 10 )
    
    and tl_target_id = lt_id 
    and lt_namespace = 10 
    and lt_title = "لا_للتصنيف_المعادل"
    
    limit 10
    ;
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...