Fork of
Main namespace page links from a page
by Irønie
This query is marked as a draft
This query has been published
by Red Director.
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='France' AND
pl_from_namespace = 0
AND pl_from =page_id AND pl_namespace=0)
ORDER BY page_len DESC
LIMIT 100
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.