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