Re: padding zero before decimal if result is less than 1

From: David Fitzjarrell <oratune_at_yahoo.com>
Date: Mon, 17 Oct 2011 09:33:16 -0700 (PDT)
Message-ID: <1318869196.36199.YahooMailNeo_at_web65406.mail.ac4.yahoo.com>


SQL> column result format 999990.90
SQL>
SQL> select 1/2 result from dual;

    RESULT

      0.50
SQL> David Fitzjarrell

From: amonte <ax.mount_at_gmail.com>
To: Oracle-L Group <oracle-l_at_freelists.org> Sent: Monday, October 17, 2011 9:12 AM
Subject: padding zero before decimal if result is less than 1

Hi
In sqlplus when we divide if the result is less than 1, for example 0.5 we see this:

SQL> select 1 /2 from dual;

      1/2



        .5

Is it possible to get 0.5 without using to_char()?

I am fine with .5 but since this has to be written to an xls excel doesnt like it!

Thank you

--

http://www.freelists.org/webpage/oracle-l
--

http://www.freelists.org/webpage/oracle-l Received on Mon Oct 17 2011 - 11:33:16 CDT

Original text of this message