Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
externallinks query w/readable urls w/regexp replace
by
Cryptic
This query is marked as a draft
This query has been published
by
Irønie
.
Example query of how to turn externallinks' new fields into normal urls, relying on regexp_replace() instead of the more roundabout method in query 77231. For [[WP:RAQ#external links -- el_to]] circa 12 October 2023.
Toggle Highlighting
SQL
SELECT page_title, el_to_domain_index, el_to_path -- el_to pas disponible :'( FROM externallinks JOIN page ON page_id = el_from -- inversion LTD voir https://www.mediawiki.org/wiki/Manual:Externallinks_table WHERE page_namespace=0 AND el_to_domain_index LIKE 'https://com.wikiwix.archive.%' LIMIT 4;
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...