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

shape missing admin code 1 for UG

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

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

countrycode	level	admincode1	adminname1