update Countrys set ( Abbreviation_cn, Abbreviation_en, Two_code,Three_code, Number_code)= (select [cn_name], [en_name], [two_code], [free_code], convert(int,number_code) as [number_code] from Country.dbo.worlds a where a.cn_name=Countrys.Abbreviatio