Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Nemo bis
.
Number of links from any en.wikipedia.org page to any web.archive.org page (Internet Archive). Made to monitor the progress of the linkrot maintenance by https://en.wikipedia.org/wiki/Wikipedia:Bots/Requests_for_approval/Cyberbot_II_5 per https://www.mediawiki.org/wiki/Archived_Pages.
Toggle Highlighting
SQL
USE enwiki_p; SELECT count(el_to) FROM externallinks WHERE el_index LIKE 'http://org.archive.web%' OR el_index LIKE 'https://org.archive.web%' OR el_index LIKE '//org.archive.web%' /* Seemingly superfluous? */;
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...