SQL
AخA
select page_namespace, page_title, page_is_redirect from page
where hex(page_title) rlike '(E2808[B-D]|E281A0|EFBBBF)'
-- and hex(page_title) rlike '(E1A08E|E2A080|E385A4|E290A[023])'
-- and page_is_redirect = 0
order by page_namespace, page_title
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.