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

SQL

x
 
SELECT page_title, el_to_domain_index, left(el_to_path,60) as path60, count(*)
FROM externallinks
JOIN page ON page_id = el_from
WHERE  page.page_namespace=0 and length(el_to_path)<60
GROUP BY page_title, el_to_domain_index, left(el_to_path,60)
HAVING count(*)>1
ORDER BY count(*) desc
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...