Subject | Re: Doubts about function in fbudf.so |
---|---|
Author | fabiano_bonin |
Post date | 2003-12-11T11:39:21Z |
Now i see they are working. I made a mistake when testing. I was
using truncate(2.111, 2), thinking the function have a second
parameter to specify the precision.
Just for curiosity, how do you truncate numbers to a specif number
of decimal digits?
Something like this?
cast(truncate(2.111 * 100) as double precision) / 100
using truncate(2.111, 2), thinking the function have a second
parameter to specify the precision.
Just for curiosity, how do you truncate numbers to a specif number
of decimal digits?
Something like this?
cast(truncate(2.111 * 100) as double precision) / 100