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

valid admincode1,2 for JM

number of errors=0
number of warnings=0
country=JM

select countrycode,name,geonameid,admincode1,admincode2,featureclass,featurecode,relevance from geoname where countrycode in ('JM') and not featureCode in ('ADM1H','ADM2H','ADM3H','ADM4H','ADM5H','ADMD') and not featurecode in ('STM') and admincode1 is not null and admincode1<>'00' and admincode2 is not null and not exists (select 1 from geoname b where b.countrycode=geoname.countrycode and b.admincode1=geoname.admincode1 and b.admincode2=geoname.admincode2 and b.featurecode='ADM2' and b.countrycode in ('JM')) order by relevance desc,admincode1,admincode2

countrycode	name	geonameid	admincode1	admincode2	featureclass	featurecode	relevance