2025-03-03     2025-03-04     2025-03-05

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