Subject | Re: [firebird-support] format the float value |
---|---|
Author | Martijn Tonies |
Post date | 2007-01-02T18:26:38Z |
Hi,
Martijn Tonies
Database Workbench - development tool for Firebird and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> how do i format the float value to a string like ##.##?Best thing to do is to do formatting at the client side.
>
> something like CAST(MyValue As VARCHAR(5))?
Martijn Tonies
Database Workbench - development tool for Firebird and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com