I've got a table which has a field that can hold a multitude of values.
What I want to do is SUM up the field, if it can't convert the text, then it ignores it and/or gives it a zero.
I get an error which reads "Error converting varchar to numeric"
Anyone know how I can SUM up the column, ignoring any errors it finds along the way?
TIA
What I want to do is SUM up the field, if it can't convert the text, then it ignores it and/or gives it a zero.
I get an error which reads "Error converting varchar to numeric"
Anyone know how I can SUM up the column, ignoring any errors it finds along the way?
TIA