Arithmetic overflow error converting numeric to data type numeric SQL SERVER
I’ve a column with datatype decimal(7,6) but my output is having more than 7 digits How can I convert my data so that it fits into my datatype
I’ve a column with datatype decimal(7,6) but my output is having more than 7 digits How can I convert my data so that it fits into my datatype