Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> do not cut decimal places

do not cut decimal places

From: Marek Lange <marek.lange_at_web.de>
Date: Wed, 02 Jul 2003 11:16:00 +0200
Message-ID: <3F02A2D0.9090902@web.de>


Hi,

following problem (oracle8): I want to insert a value with precision (#.##) in a number(10,2) column. It works but the values which end with .0 or .00 are always truncated:

100.00 --> 100
1000.0 --> 1000

Is there a way to prevent this and to show the decimal places although they are 0?

Thanks,

-marek Received on Wed Jul 02 2003 - 04:16:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US