Fork of Edit activitity of main namespace page links from a page by Arjunaraoc
This query is marked as a draft This query has been published by Arjunaraoc.

SQL

AخA
 
SELECT CONCAT("[[",REPLACE(page_title,"_"," "),"]]") as pagelink, page_len
FROM page
Where page_namespace=0 and page_title in (
  SELECT pl_title
  FROM  page, pagelinks
  Where page_title='ఆంధ్రప్రదేశ్' AND
    pl_from_namespace = 0
   AND pl_from =page_id AND pl_namespace=0)
ORDER BY page_len DESC 
LIMIT 1000
  
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...