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

shape missing admin code 2 for PL

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

select distinct countrycode,level,admincode1,adminname1,admincode2,adminname2 from geoname_shape where countrycode='PL' and level=3 and not exists (select 1 from geoname where geoname.countrycode='PL' and featurecode='ADM2' and geoname_shape.countrycode=geoname.countrycode and geoname_shape.admincode1=geoname.admincode1 and geoname_shape.admincode2=geoname.admincode2) order by admincode1,admincode2

countrycode	level	admincode1	adminname1	admincode2	adminname2