i m trying to fetch the record using append some alphabt in my numeric column. but i m getting error, i tried with cast and convert function.
for exmaple
First convert the numeric value then add the 'S':
'S'
select convert(varchar(10),StandardCost) +'S' from DimProduct where ProductKey = 212