2025-02-25     2025-02-26     2025-02-27

single postal code country in zip_code table have single code

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

select zip, zip_code.countrycode from postalcode_source,zip_code where postalcode_source.countrycode=zip_code.countrycode and hassinglecode and zip<>singlepostalcode

zip	countrycode