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

SQL

AخA
 
select page.page_title,el_to from externallinks
join page on page.page_id = externallinks.el_from
where el_to like "%blogspot.com/2023/%" 
or el_to like "%blogspot.com/2022/%" 
and el_to not like "https://web.archive.org/web/%"
and page.page_namespace in (0)
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...