Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Links to "Russian interference in the 2016 United States elections"
by
Dario (WMF)
This query is marked as a draft
This query has been published
by
Dario (WMF)
.
A snapshot of all English Wikipedia articles linking to: https://en.wikipedia.org/wiki/Watergate_scandal as of August 5, 2017. (redirects and pages not in the article namespace are excluded)
Toggle Highlighting
SQL
USE enwiki_p; SELECT l.pl_from AS articleID, p.page_title as articleTitle, p.page_len AS articleSize FROM pagelinks l LEFT JOIN page p ON l.pl_from = p.page_id WHERE pl_title = "Watergate_scandal" AND l.pl_namespace=0 AND l.pl_from_namespace=0 AND p.page_namespace=0 AND p.page_is_redirect=0;
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...