SQL
AخA
USE commonswiki_p;
SELECT count(1) FROM categorylinks
WHERE ((cl_to LIKE 'Biosphere_reserves_%')
OR (cl_to LIKE 'Cultural_heritage_%')
OR (cl_to LIKE 'FoP-%')
OR (cl_to LIKE 'GLAM_%')
OR (cl_to LIKE 'Images_from_Wiki_Loves_%')
OR (cl_to LIKE 'Nature_reserves%')
OR (cl_to LIKE 'NoFoP-%')
OR (cl_to LIKE 'Protected_area%')
OR (cl_to LIKE 'Protected_localities%')
OR (cl_to LIKE 'Radical_%') #chinese characters
OR (cl_to LIKE 'User_categories%'))
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.