SQL
x
use enwiki_p;
select cl_to, cl_type, hex(cl_sortkey) cl_sortkey_hex, count(*) dupes
from categorylinks where length(cl_sortkey) >= 230
group by cl_to, cl_type, cl_sortkey having count(*) > 1;
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.