SQL
x
SELECT p.page_title,
e.el_to_path,
e.el_to_domain_index
FROM page AS p
JOIN externallinks AS e ON (p.page_id = e.el_from)
WHERE p.page_is_redirect = 0
AND p.page_namespace = 2
AND e.el_to_domain_index LIKE "%com.blogspot%"
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.