2025-03-05     2025-03-06     2025-03-07

valid admincode3 for PL

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

select countrycode,zip,placename,geonameid,admincode1,admincode2,admincode3,geonamesadmcode from zip_code where countrycode in ('PL') and zip_code.geonameid not in (2775000,4020092) and not exists (select 1 from geoname b where b.countrycode=zip_code.countrycode and b.admincode1=zip_code.geonamesadmcode and b.admincode2=zip_code.admincode2 and b.admincode3=zip_code.admincode3 and b.featurecode='ADM3' and b.countrycode in ('PL')) order by countrycode,zip,placename


countrycode	zip	placename	geonameid	admincode1	admincode2	admincode3	geonamesadmcode