Hi,
I have a nvarchar field that I want to sum. To do this I believe I need to convert it an INT.
I am trying to use the below code, but I am getting a conversion error.
SQL
CONVERT(INT,[NewValue])
Regards
David
Hi,
I have a nvarchar field that I want to sum. To do this I believe I need to convert it an INT.
I am trying to use the below code, but I am getting a conversion error.
CONVERT(INT,[NewValue])
Regards
David