Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Displaying NUMBER data
Hello Sergey!
Under SQL*Plus: set numwidth 15 (or greater, see related docu).
Stefan.
<sergey_s_at_my-deja.com> schrieb in im Newsbeitrag:
8ogqa5$lk6$1_at_nnrp1.deja.com...
> How do I display numbers fully expanded?
>
> For example, I have a column of type NUMBER(13) with values:
>
> NUMBER(13)
> ----------
> 8.4581E+11
> 8.4581E+11
>
> It seems that the two numbers are, in fact, different because GROUP BY
> clause separates them into separate groups. So, I want to see the two
> numbers fully expanded for verification purposes.
>
> Thank you!
> Sergey
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Aug 29 2000 - 13:04:01 CDT
![]() |
![]() |