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

SQL

AخA
 
SELECT 
    page_title
FROM
    page
  WHERE
--    ll_from = page_id and
    page_id not in (select ll_from from langlinks where ll_lang = 'en') and
    page_id in (select cl_from from categorylinks where cl_to ="ఆజాదీ_కా_అమృత్_మహోత్సవం_ప్రాజెక్టులో_సృష్టించిన_పేజీలు") and
    page_namespace = 0
  ORDER BY 
  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.

Checking query status...