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

JP all ADM1 from provider mlit exist

number of errors=0
number of warnings=0
country=JP

select countrycode,provider,name,featurecode,code,admincode1,admincode2,admincode3,admincode4,admincode5,geonameid from countrysubdiv_code where validtill is null and not exists (select 1 from geoname where geoname.countrycode='JP' and geoname.featurecode='ADM1' and geoname.admincode1=countrysubdiv_code.admincode1) and countrycode='JP' and featurecode='ADM1' and provider='mlit' order by admincode1,admincode2,admincode3,admincode4,admincode5

47 from mlit

countrycode	provider	name	featurecode	code	admincode1	admincode2	admincode3	admincode4	admincode5	geonameid