2025-03-04     2025-03-05     2025-03-06

shape missing admin code 1 for KH

number of errors=0
number of warnings=0
country=KH
Group=chkGrpShp

select distinct countrycode,level,admincode1,adminname1 from geoname_shape where countrycode='KH' and level=2 and not exists (select 1 from geoname where geoname.countrycode='KH' and featurecode='ADM1' and geoname_shape.countrycode=geoname.countrycode and geoname_shape.admincode1=geoname.admincode1) order by admincode1

countrycode	level	admincode1	adminname1