This query is marked as a draft This query has been published by Snævar.

SQL

x
 
use iswiki_p;
select concat("*[[{{subst:ns:", page_namespace, "}}:", page_title, "]]") from page
join externallinks on page_id = el_from and substring(el_to, 1, 27) = "http://www.lexis.hi.is/beyg" and el_to not rlike "[0-9]"
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...