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

SQL

x
 
  SELECT cl_sortkey_prefix
    FROM categorylinks
   WHERE cl_to = 'Category:Images from Geograph Britain and Ireland'
     AND cl_type = 'file'
     AND cl_sortkey_prefix <> ''
GROUP BY cl_sortkey_prefix
  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.

Checking query status...