all groups > sql server mseq > february 2004 >
You're in the

sql server mseq

group:

Arithmatic overflow with AVG?


Arithmatic overflow with AVG? Mike Hoyt
2/24/2004 12:51:07 PM
sql server mseq: I've created a temp table with an int type field on which I am then trying to perform an AVG. I get:

Server: Msg 8115, Level 16, State 2, Line 1

Re: Arithmatic overflow with AVG? Anith Sen
2/26/2004 5:29:26 PM
It would be better if you can post your table DDLs & the entire error
message. It is possible that you have a data type conversion error, in which
case you may want to CAST or CONVERT the datatype to appropriate compatible
one.

--
Anith

AddThis Social Bookmark Button