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

SQL

AخA
 
SELECT page_title,pl_title
FROM pagelinks,categorylinks,page
WHERE
    cl_from=pl_from and
    page_title=pl_title and
    pl_namespace=0 AND
    page_namespace=0 and
    page_is_redirect=1 and
    pl_from_namespace = 0 AND
    cl_to = "విడుదల_సంవత్సరం_వారీగా_తెలుగు_సినిమాలు" 
/*    and not exists (select page_title
                from page 
                where page_title = pl_title
                and page_namespace = 0) */
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...