DB2 中的计数结果 +++++++++++?

COUNT RESULT +++++++++++ in DB2?

如果总记录为4155925081,如何统计使用SQL。 但结果数是

= ++++++++++++++

我用了SQL

select count(*) from table9;

谁能帮我弄清楚为什么会得到这个结果?

使用count_big():

select count_big(*)
from table9;