-- update south korea update tbl_UT_Countries set country2dCode = 'KR' where countryId = 125 -- update north korea update tbl_UT_Countries set country2dCode = 'KP' where countryId = 126