2025-03-02     2025-03-03     2025-03-04

shape missing admin code 1 for PF

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

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

countrycode	level	admincode1	adminname1