[IBM][CLI Driver][DB2/NT] SQL0802N 发生算术溢出或其他算术异常。 SQLSTATE=22003
selectcount(1)ascountfromreport_inwherecasewhen3825.00+0.00+15302.62=0then0elsecasewh...
select count(1) as count
from report_in
where case
when 3825.00 + 0.00 + 15302.62 = 0 then
0
else
case
when 0 < (3825.00 + 0.00 + 15302.62 - 464193.81 * 0.1) *
(3825.00 / (3825.00 + 0.00 + 15302.62)) then
(3825.00 + 0.00 + 15302.62 - 464193.81 * 0.1) *
(3825.00 / (3825.00 + 0.00 + 15302.62))
else
0
end
end = case
when 3825.00 + 0.00 + 15302.62 = 0 then
0
else
case
when 0 < (3825.00 + 0.00 + 15302.62 - 464193.81 * 0.1) *
(3825.00 / (3825.00 + 0.00 + 15302.62)) then
(3825.00 + 0.00 + 15302.62 - 464193.81 * 0.1) *
(3825.00 / (3825.00 + 0.00 + 15302.62))
else
0
end
end
这段sql 在oracle中执行没有任何问题 在db2中执行则会报错如图:
请问是不是在db2中执行时需要做特殊的修改? 展开
from report_in
where case
when 3825.00 + 0.00 + 15302.62 = 0 then
0
else
case
when 0 < (3825.00 + 0.00 + 15302.62 - 464193.81 * 0.1) *
(3825.00 / (3825.00 + 0.00 + 15302.62)) then
(3825.00 + 0.00 + 15302.62 - 464193.81 * 0.1) *
(3825.00 / (3825.00 + 0.00 + 15302.62))
else
0
end
end = case
when 3825.00 + 0.00 + 15302.62 = 0 then
0
else
case
when 0 < (3825.00 + 0.00 + 15302.62 - 464193.81 * 0.1) *
(3825.00 / (3825.00 + 0.00 + 15302.62)) then
(3825.00 + 0.00 + 15302.62 - 464193.81 * 0.1) *
(3825.00 / (3825.00 + 0.00 + 15302.62))
else
0
end
end
这段sql 在oracle中执行没有任何问题 在db2中执行则会报错如图:
请问是不是在db2中执行时需要做特殊的修改? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询