Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
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
.
Main namespace internal links to specified article. Helps in strengthening the team contributing to a prominent article and its links
Toggle Highlighting
SQL
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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...