number of errors=0
number of warnings=0
Group=chkGrpShp
Group=ckgGrpIsland
select countrycode,geonameid,geoshapeid,level,'http://map.immofacts.ch/shape/' || geoshapeid || '/' as shape from geoname_shape where geonameid in (select geoname.geonameid from geoname,geoname_shape where geoname.geonameid=geoname_shape.geonameid and geoname.featureclass='T' and geoname.featurecode='ISL' group by geoname.geonameid having count(*)>1) order by geonameid
[]
countrycode geonameid geoshapeid level shape