number of errors=0
number of warnings=0
country=MW
Group=chkGrpShp
select geonameid,name,countrycode,admincode1 from geoname where countrycode='MW' and featurecode='ADM1' and not exists (select 1 from geoname_shape where level=2 and geoname_shape.countrycode=geoname.countrycode and geoname_shape.admincode1=geoname.admincode1)
geonameid name countrycode admincode1