Probably the column racenumber is an int. Try select countrycode + ... + cast(Racenumber as nvarchar(50)) as ...
Use the CONCAT function instead of concatenation operators.