SQL
AخA
use hewiki_p;
select
page_namespace, page_title, page_is_redirect, replace(a.page_title,'•','') as page_title_new,
(select count(*) from page b where b.page_namespace=a.page_namespace and b.page_title=page_title_new) as conflicts
from page a where (page_title like '%•hklyhlhlk%' or page_title like '%•%')
# (U+200E, U+200F, U+202A. U+202B, U+202C, U+202D, U+202E)
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.