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 internal page links from a page
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
Identify top editors of a page and its internal links to main namespace. Helps in strengthening the team contributing to a prominent article and its links
Toggle Highlighting
SQL
(SELECT page_id 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)) as pagesl SELECT page_id from pagesl;
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...