jag tycker att det borde vara
select convert(varchar(10),StandardCost) +'S' from DimProduct where ProductKey = 212
eller
select cast(StandardCost as varchar(10)) + 'S' from DimProduct where ProductKey = 212
jag tycker att det borde vara
select convert(varchar(10),StandardCost) +'S' from DimProduct where ProductKey = 212
eller
select cast(StandardCost as varchar(10)) + 'S' from DimProduct where ProductKey = 212