SQL
AخA
select * from page t0 join page t1
on upper(t0.page_title) = upper(t1.page_title)
where not t0.page_title = t1.page_title
and not t0.page_namespace
and not t1.page_namespace
and not t0.page_is_redirect
and not t1.page_is_redirect
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.