I'm trying to convert a varchar field into a decimal(22,6) field, but I keep getting an Arithmetic Overflow error. This is because some of the values look like this:
9.6666666666666666666666666666666666666666666666666666
If tried using ROUND(), but it doesn't work since I need to convert into a number field first and ROUND doesn't work with FLOAT.
What should I do?
mongr1l
9.6666666666666666666666666666666666666666666666666666
If tried using ROUND(), but it doesn't work since I need to convert into a number field first and ROUND doesn't work with FLOAT.
What should I do?
mongr1l