Subject | RE: [firebird-support] Re: Doubts about function in fbudf.so |
---|---|
Author | Alan McDonald |
Post date | 2003-12-11T11:55:04Z |
> Now i see they are working. I made a mistake when testing. I wasThere's an F_FIXEDPOINT UDF to do this
> 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
>
Alan