Subject | RE: [firebird-support] format the float value |
---|---|
Author | Alan McDonald |
Post date | 2007-01-02T19:59:08Z |
> Hello guys,cast as numeric first (so you get the precision you want), then cast as
>
> how do i format the float value to a string like ##.##?
>
> something like CAST(MyValue As VARCHAR(5))?
>
> Thanks.
>
varchar
Alan