Fork of
PAWS links to update on Meta
by APaskulin (WMF)
This query is marked as a draft
This query has been published
by APaskulin (WMF).
SQL
AخA
SELECT
p.page_namespace AS page_namespace,
p.page_title AS page_title,
el_from AS paws_link
FROM externallinks el
INNER JOIN page p
ON (el.el_from = p.page_id)
WHERE
el_to LIKE '%/js/%'
ORDER BY
page_namespace,
page_title
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.