Hello, I'm trying to run a T-SQL query that will SUM a column of type
INT.  I'm, however, receiving the following error:

"Arithmetic overflow error converting expression to data type int."

The four rows that its trying to sum have values of 3098082, 2488114,
316804, and 10657.

What do I do?


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to