- This topic has 0 replies, 1 voice, and was last updated 11 years, 10 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Say you have a numeric field in DB2 database on AS/400 (iSeries).
You need to divide by 100 to get cents, and you need only 2 decimals after the decimal point:
SELECT decimal(sum(FWAA/100) ,13,2), count(*) FROM PDDTA/F5665
where FWDCT<>'JR' and FWCO<>'00990'
The output will look like this:
DECIMAL COUNT ( * )
68,542,527.90 5,487
Your users will be happy for a while.
© 2017 DomainWebCenter.com. All Rights Reserved. | Disclaimer | Contact the Editor