Hi,
I’m dealing with a situation where I import data from an excel spreadsheet. One of columns contains decimal amount values, some negative (-256.32) and some not (6586.34). When I initially import the data from the spreadsheet I would like to convert all values to be positive values. Is there some sort of function in MSSQL that can do this, if not what approach can I follow.
Thank you in advance.
R